-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (46 loc) · 500 Bytes
/
.gitignore
File metadata and controls
52 lines (46 loc) · 500 Bytes
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
# SConstruct
*.dblite
__pycache__
*.pyc
# Visual Studio Cache
.vs/
# VSCode Cache
.vscode/
# Binaries
.DS_Store
*.obj
*.iobj
#*.so
#*.dll
*.o
#*.dylib
*.pdb
*.ipdb
*.ilk
*.exe
*.264
*.exp
*.lib
*.a
*.vcxproj.user
*.os
*.out
used_classes.json
*.blend[0-9]
*.blend[0-9][0-9]
*.scor
*.scor.*
.scons-cache/
.import/
.mono/
obj/
bin/
libs/
cmake_build_out/*
src/gen/*
src/editor/dst_modules
addons/debug_draw_3d/gen/
addons/debug_draw_3d/native_api/
clang_rt.asan_*
docs/images/classes/temp/
SUCCESS