-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
39 lines (33 loc) · 891 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Godot 4+ specific ignores
project/.godot/
# Godot-specific ignores
project/.import/
project/export.cfg
project/export_presets.cfg
project/video.avi
project/android/build/*
!project/android/build/AndroidManifest.xml
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
# Screenshots
!project/screenshots/.gitkeep
project/screenshots/*.png
project/screenshots/*.import
#Steam Stuff
project/addons/godotsteam/linux32/libsteam_api.so
project/addons/godotsteam/linux64/libsteam_api.so
project/addons/godotsteam/osx/libsteam_api.dylib
project/addons/godotsteam/win32/steam_api64.dll
project/addons/godotsteam/win64/steam_api64.dll
project/addons/godotsteam/win64/~godotsteam.debug.x86_64.dll
*.tmp
project/*.json
build/*
project/override.cfg
.vscode/settings.json
*.DS_Store
project/addons/admob/downloads