magicciv/.gitignore
Claude Code 8fc72e59a1 chore(config): 🔧 Update .gitignore patterns to exclude build artifacts, logs, and sensitive files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 04:28:00 -07:00

41 lines
461 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/
# Auto-added by auto-commit-service
*.log
__pycache__/
dist/
# GENERATED SPRITES
tools/sprite-generation/raw/
# Auto-added by auto-commit-service
build/
# Rust build artifacts
packages/physics-rs/target/