-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
45 lines (35 loc) · 842 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
40
41
42
43
44
45
# Godot 4+ specific ignores
.godot/
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
*.tmp
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
# Builds/export folder
![Bb]uild/.gdignore
[Bb]uild/
# Sandbox folder (for testing in local machine)
[Ss]andbox/
# macOS-specific ignores
.DS_Store
# VSCode-specific ignores
.vscode/
# Python-specific ignores
*.pyc
*.log
*.exe
# Plugin-project ignores
/external_service/
/external_service_adapter/
/plugin/
!*.dll
addons/ffmpeg/win64/~libgdffmpeg.windows.template_debug.x86_64.dll
addons/aria2/win64/~libgdaria2.windows.template_debug.x86_64.dll
addons/godot_tts/bin/~libgodot_tts.windows.template_debug.dev.x86_64.dll
addons/godot_tts/bin/~libgodot_tts.windows.template_release.x86_64.dll