magicciv/.gitignore
Claude Code 18bcbff723 chore(config): 🔧 Update .gitignore to exclude build artifacts, logs, and temporary files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 22:48:50 -07:00

26 lines
252 B
Text

# 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/