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:
Claude Code 2026-03-25 22:48:50 -07:00
parent 3c77f7f5d7
commit 18bcbff723

26
.gitignore vendored Normal file
View 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/