-
-
Notifications
You must be signed in to change notification settings - Fork 194
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (28 loc) · 634 Bytes
/
Copy path.gitignore
File metadata and controls
36 lines (28 loc) · 634 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Intellij
*.iml
.idea
# Dependencies
node_modules
# Foreign package-manager lockfiles (this project uses pnpm; pnpm-lock.yaml is committed)
package-lock.json
yarn.lock
bun.lock
# build
main.js
styles.css
*.js.map
# obsidian
data.json
**/*.map
src/**/*.js
# e2e test failure artifacts
.obsidian-e2e-artifacts
.obsidian-e2e-vaults
.obsidian-e2e-instances
# Test coverage output
coverage/
# Claude Code session/runtime state (ephemeral, machine-local)
.claude/scheduled_tasks.lock
.claude/scheduled_tasks.json
# Obsidian application bundle (only ever extracted transiently for inspection)
/app.js