mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-22 12:44:20 +00:00
17 lines
269 B
Text
17 lines
269 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_*/
|