-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
79 lines (63 loc) · 956 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
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
# SConstruct
*.dblite
__pycache__
*.pyc
# Godot 4+ specific ignores
demo-project/.godot/
# Binairy addons
demo-project/addons/debug_draw_3d/libs/*
demo-project/addons/debug_draw_3d/csharp/*
# Temporary asset list for building
.lfs-assets-id
# Ignore Exports
builds/
# Ignore extensions api file
extension_api.json
# Ignore scons working files
.sconsign.dblite
src/*.obj
src/*.bc
# Ignore generated extension files
# Windows generated files
openkcc/libs/*.dll
openkcc/libs/*.exp
openkcc/libs/*.lib
# Linux so failes
openkcc/libs/*.so
# Mac framework files
openkcc/libs/*.framework
# Javascript wasm files
openkcc/libs/*.wasm
# Binaries
.DS_Store
*.obj
*.iobj
*.so
*.dll
*.o
*.dylib
*.pdb
*.ipdb
*.ilk
*.exe
*.264
*.exp
*.lib
*.a
*.vcxproj.user
*.os
*.out
used_classes.json
.import/
.mono/
obj/
bin/
/libs/
# Ignore results of test runs
test_results/
# Temporary files
*.tmp
# Generated documentation files
demo-project/doc
doc/_site
doc/api