-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
65 lines (54 loc) · 1.04 KB
/
.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.DS_Store
Thumbs.db
# Godot specific ignores
import-*
export-*
*.import
*.godot_imported
*.cfg
*.ctex
*.md5
*.flags
# Cache and temporary files
*.bin
*.cache
*.tmp
*.vulkan.cache
# Log files
*.log
# Godot metadata and editor-specific files
.godot/
.godot/imported/
.godot/shader_cache/
.godot/editor/
.godot/global_script_class_cache.cfg
.godot/scene_groups_cache.cfg
.godot/uid_cache.bin
*.translation
# Addons
addons/*/bin/
addons/*/obj/
# CI/CD specific ignores
advanced/ci/gitlab_ci/scripts/*.sh
advanced/ci/github_actions/*.yml
advanced/ci/gitlab_ci/.gitlab-ci.yml
# Ignore reports generated by analytics
advanced/analytics/reports/*.csv
advanced/analytics/reports/*.csv.import
# Asset pipeline outputs
assets/animations/*.export
assets/models/*.export
assets/shaders/*.export
assets/sounds/*.export
assets/textures/*.export
assets/fonts/*.export
# User-specific configuration files
config/environments/development.cfg
config/settings/runtime_settings.cfg
# Compiled GDScript files
*.gd.tmp
*.gd.remap
# Exported game files
/bin/
build/
export/