-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (51 loc) · 1.01 KB
/
.gitignore
File metadata and controls
63 lines (51 loc) · 1.01 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Elixir/Mix build artifacts (inside loomkin-server/)
loomkin-server/_build/
loomkin-server/cover/
loomkin-server/deps/
loomkin-server/doc/
*.ez
loomkin-*.tar
# VM crash dumps
erl_crash.dump
# Temporary files, for example, from tests.
/tmp/
.loomkin/
# Phoenix/assets
loomkin-server/priv/static/assets/
loomkin-server/assets/node_modules/
npm-debug.log
# JS tooling
node_modules/
/package-lock.json
dist/
# Database files
*.db
*.db-journal
*.db-wal
*.db-shm
# Environment
.env
.env.*
.devcontainer/.env
# Build artifacts
/loomkin
/.specstory
/.history
/.expert
**/.claude/settings.local.json
/.cursorindexingignore
/.loomkin.toml
# Expo / React Native (mobile app)
apps/mobile/.expo/
apps/mobile/ios/
apps/mobile/android/
apps/mobile/e2e/fixtures/test-user.json
apps/mobile/e2e/reports/
# Tauri (desktop app)
apps/desktop/src-tauri/target/
# Local Claude instructions (machine-specific, not committed)
CLAUDE.local.md
# Deciduous (local tooling, not part of the project)
.deciduous/
docs/graph-data.json
docs/.nojekyll