docs: Update .gitignore for documentation repository
This commit is contained in:
parent
05ceb0d3ae
commit
867a88fd5c
37
.gitignore
vendored
37
.gitignore
vendored
@ -1,2 +1,37 @@
|
||||
# Claude development files
|
||||
CLAUDE.md
|
||||
CLAUDE.md
|
||||
|
||||
# Operating System
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
$RECYCLE_BIN/
|
||||
|
||||
# IDE and Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
*.log
|
||||
*.bak
|
||||
*.backup
|
||||
*.orig
|
||||
|
||||
# Draft files
|
||||
*-draft.md
|
||||
*-temp.md
|
||||
*-backup.md
|
||||
|
||||
# Local environment files
|
||||
.env
|
||||
.env.local
|
||||
Loading…
x
Reference in New Issue
Block a user