mirror of
https://github.com/Steffo99/particle-clash.git
synced 2024-11-21 07:04:18 +00:00
18 lines
277 B
Text
18 lines
277 B
Text
# Don't commit builds, but commit the directories!
|
|
/export
|
|
!/export/*/.gitkeep
|
|
|
|
## Godot.gitignore
|
|
|
|
# Godot-specific ignores
|
|
.import/
|
|
export.cfg
|
|
|
|
# Imported translations (automatically generated from CSV files)
|
|
*.translation
|
|
|
|
# Mono-specific ignores
|
|
.mono/
|
|
data_*/
|
|
|
|
.directory
|