-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
81 lines (71 loc) · 1.64 KB
/
Copy path.gitignore
File metadata and controls
81 lines (71 loc) · 1.64 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# =========================
# OS
# =========================
.DS_Store
Thumbs.db
# =========================
# Python
# =========================
__pycache__/
*.py[codz]
*$py.class
.venv/
venv/
env/
ENV/
.env
.envrc
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.ruff_cache/
.mypy_cache/
.pytype/
# =========================
# Python packaging / build
# =========================
build/
dist/
*.egg-info/
.eggs/
*.egg
MANIFEST
# =========================
# Godot generated files
# =========================
.godot/
.import/
*.import
export.cfg
export_presets.cfg
*.tmp
*.translation
# =========================
# Hakoniwa build outputs
# =========================
build-all-codecs/
build-common-codecs/
# =========================
# Hakoniwa Godot template native binaries
# Keep .gdextension / .gdextension.uid / .gd / .gd.uid committed.
# Do not commit platform-specific native binaries or debug symbols.
# =========================
# Native extension binaries
godot/tb3-viewer-template/addons/hakoniwa/bin/
godot/tb3-viewer-template/addons/hakoniwa/bin/*.dll
godot/tb3-viewer-template/addons/hakoniwa/bin/*.pdb
godot/tb3-viewer-template/addons/hakoniwa/bin/*.dylib
godot/tb3-viewer-template/addons/hakoniwa/bin/*.so
godot/tb3-viewer-template/addons/hakoniwa/bin/~*.dll
# Codec native binaries
godot/tb3-viewer-template/addons/hakoniwa/codecs/*.dll
godot/tb3-viewer-template/addons/hakoniwa/codecs/*.pdb
godot/tb3-viewer-template/addons/hakoniwa/codecs/*.dylib
godot/tb3-viewer-template/addons/hakoniwa/codecs/*.so
godot/tb3-viewer-template/addons/hakoniwa/codecs/~*.dll
# =========================
# Local logs / temporary files
# =========================
*.log
*.tmp