-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
105 lines (92 loc) · 1.82 KB
/
.gitignore
File metadata and controls
105 lines (92 loc) · 1.82 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Obsidian workspace and cache files
.obsidian/workspace*
.obsidian/workspaces.json
.obsidian/cache/
.obsidian/plugins/*/data.json
.obsidian/themes/*/theme.css.map
# Personal Obsidian settings that shouldn't be shared
.obsidian/hotkeys.json
.obsidian/page-preview.json
.obsidian/switcher.json
.obsidian/starred.json
.obsidian/bookmarks.json
.obsidian/command-palette.json
.obsidian/slash-command.json
.obsidian/audio-recorder.json
.obsidian/pane-relief.json
.obsidian/word-count.json
.obsidian/file-recovery.json
.obsidian/sync.json
.obsidian/publish.json
# Keep these .obsidian files for shared vault structure:
# - app.json (basic app settings)
# - appearance.json (theme settings)
# - core-plugins.json (which core plugins are enabled)
# - core-plugins-migration.json (migration info)
# - community-plugins.json (list of community plugins)
# - graph.json (graph view settings)
# - daily-notes.json (daily notes settings)
# - templates.json (template settings)
# - plugins/ folder (shared plugins configurations)
# Backup files
*.bak
*.backup
*~
*.swp
*.swo
.trash/
.Trash/
# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
# IDE and editor files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
.history/
# Personal notes or private content
private/
personal/
.private/
*-private.md
*-personal.md
scratch/
.scratch/
# Temporary files
*.tmp
*.temp
.temp/
tmp/
# Log files
*.log
logs/
# Archive files
*.zip
*.tar.gz
*.rar
*.7z
# Claude-specific files (for local AI assistant context)
.claude/
CLAUDE.md
# Node modules (if using any Obsidian plugins with node dependencies)
node_modules/
package-lock.json
yarn.lock
# Python (if using any python scripts)
__pycache__/
*.py[cod]
*$py.class
.env
.venv/
venv/
# Custom sync or conflict files
*.sync-conflict*
.conflict-files/
.obsidian-git-data