summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 0468371effa97f882b093b9cd31742a6de15a173 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
export/

# Imported translations (automatically generated from CSV files)
*.translation

# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json

# System/tool-specific ignores
.directory
*~

.DS_Store