chore(config): 🔧 Update .gitignore to exclude build artifacts, logs, and temporary files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
3c77f7f5d7
commit
18bcbff723
1 changed files with 26 additions and 0 deletions
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Godot
|
||||
.godot/
|
||||
*.import
|
||||
|
||||
# Build artifacts
|
||||
builds/*
|
||||
!builds/.gitkeep
|
||||
|
||||
# Test output
|
||||
test_output/
|
||||
|
||||
# Environment (dev overrides, secrets)
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Auto-added by auto-commit-service
|
||||
node_modules/
|
||||
Loading…
Add table
Reference in a new issue