Update .gitignore with comprehensive Rust project exclusions
This commit is contained in:
parent
1fdfefe631
commit
dd8697b07b
22
.gitignore
vendored
22
.gitignore
vendored
@ -19,6 +19,12 @@ Cargo.lock
|
|||||||
.idea/
|
.idea/
|
||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
|
# IDE - Cursor
|
||||||
|
.cursor/
|
||||||
|
|
||||||
|
# IDE - Windsurf
|
||||||
|
.windsurf/
|
||||||
|
|
||||||
# macOS
|
# macOS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
@ -27,3 +33,19 @@ Cargo.lock
|
|||||||
|
|
||||||
# Documentation build
|
# Documentation build
|
||||||
docs/_build/
|
docs/_build/
|
||||||
|
|
||||||
|
# BMAD generated output (large files)
|
||||||
|
_bmad-output/
|
||||||
|
|
||||||
|
# Environment files
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
|
||||||
|
# Database files
|
||||||
|
*.db
|
||||||
|
*.sqlite
|
||||||
|
*.sqlite3
|
||||||
|
|
||||||
|
# Log files
|
||||||
|
*.log
|
||||||
|
logs/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user