25 lines
355 B
Plaintext
25 lines
355 B
Plaintext
# instructions
|
|
.github/instructions/
|
|
|
|
# Godot 4+ specific (do NOT ignore project.godot — it must be tracked)
|
|
.godot/
|
|
.import/
|
|
*.import
|
|
export.cfg
|
|
export_credentials.cfg
|
|
*.translation
|
|
|
|
# Local toolchain (downloaded Godot editor + export templates)
|
|
tools/
|
|
|
|
# Build outputs
|
|
build/
|
|
!build/.gitkeep
|
|
bin/
|
|
obj/
|
|
|
|
# OS / editor cruft
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*~ |