- Remove redundant docs/README.md (already covered by /docs) - Ignore entire .obsidian/ directory (user-specific workspace state) - Remove all .obsidian files from git tracking Made-with: Cursor
28 lines
319 B
Text
28 lines
319 B
Text
# Outline secrets
|
|
outline.env
|
|
|
|
# Node dependencies
|
|
node_modules
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.fleet
|
|
.idea
|
|
|
|
# Obsidian vault (user-specific; never commit workspace state)
|
|
.obsidian/
|
|
conflict-files-obsidian-git.md
|
|
.trash/
|
|
|
|
# Local env files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Project docs (local only)
|
|
/docs
|
|
/migration
|