-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
63 lines (51 loc) · 894 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
.mono
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
# Android
*.aar
project/android/build
project/android/build/assets
project/android/build/build
.vscode
# XUnit - haven't figured out how to properly integrate this yet
obj
gendarme.html
docs
exports/WinApi386
exports/WinApiAmd64
exports/Linux
exports/HTML5
.secrets/*.keystore
exports/Android
exports/Win_x86
# Android studio
project/android/.idea/
# Godot Git plugin
project/bin/win64/release/libgitapi.dll
project/bin/win64/release/libgitapi.exp
project/bin/win64/release/libgitapi.pdb
project/git_api.gdnlib
project/git_api.gdns
*.binlog
# Visual Studio
.vs
# Global stuff
*_BASE_*
*_REMOTE_*
*_LOCAL_*
*.orig
appinspector.log.txt
output.html
*.cqldb
super-linter.log
.~lock.*#
exports/Win_x86_nsis
.ionide/symbolCache.db
*.orig
*~
*.swp
# Generator DLL's
godot-generator/bin/
godot-generator/Generator.props