-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (44 loc) · 892 Bytes
/
.gitignore
File metadata and controls
56 lines (44 loc) · 892 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Haskell / Cabal
dist-newstyle/
.ghc.environment.*
*.o
*.hi
*.hie
*.chi
*.chs
*.bak
# VS Code
.vscode/
.history/
# rgit specific
.rgit-cache.yaml
*.tmp
# CLI test work directories
test/cli/output/
# bit's own data directory (created if tests accidentally run at project root)
.bit/
# Test report
test.txt
# Windows
Thumbs.db
Desktop.ini
# Dev binaries (parallel worker builds)
dev-bin/
bit-dev.exe
bit-git-router-dev.exe
# Artifacts
literate-output/
# Ignore Claude local settings
.claude/settings.local.json
.claude/agents/
# Ignore the workspace layout (very noisy)
.obsidian/workspace.json
.obsidian/workspace-mobile.json
# Ignore community plugin caches/data that are auto-generated
.obsidian/plugins/
.obsidian/cache/
.obsidian/app.json
.obsidian/appearance.json
.obsidian/core-plugins.json
# Optional: Ignore your theme CSS if you don't want to sync it
# .obsidian/themes/