5ca3111549
These are important for Godot to import the project correctly. From the documentation: "Importing will add an extra <asset>.import file, containing the import configuration. Make sure to commit these to your version control system!" https://docs.godotengine.org/en/3.0/getting_started/workflow/assets/import_process.html#files-generated
12 lines
185 B
Text
12 lines
185 B
Text
# Godot-specific ignores
|
|
.import/
|
|
export.cfg
|
|
export_presets.cfg
|
|
|
|
# Imported translations (automatically generated from CSV files)
|
|
*.translation
|
|
|
|
# Mono-specific ignores
|
|
.mono/
|
|
data_*/
|
|
|