-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (41 loc) · 744 Bytes
/
.gitignore
File metadata and controls
43 lines (41 loc) · 744 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
log.txt
config.cfg
data/sounds/explosions/*.ogg
data/sounds/interface/*.ogg
data/sounds/misc/*.ogg
data/sounds/pickup/*.ogg
data/sounds/projectiles/*.ogg
data/sounds/turrets/*.ogg
data/sounds/vehicle/*.ogg
iOS/_build
iOS/itzod/itzod.xcodeproj/xcuserdata
iOS/itzod_xcode.xcworkspace/xcuserdata
iOS/itzod_xcode.xcworkspace/xcshareddata
WinRT/_build/
WinRT/.vs/
WinRT/wtzod/Debug/
WinRT/wtzod/Release/
WinRT/wtzod/ARM/
WinRT/wtzod/x64/
WinRT/Debug/
WinRT/Release/
WinRT/ARM/
WinRT/x64/
WinRT/ipch/
*.user
*.VC.db
*.VC.opendb
*.opensdf
*.sdf
WinRT/AppPackages/
WinRT/wtzod/BundleArtifacts/
src/.vs/
data/user/
Android/.gradle/
Android/.idea/
Android/app/.externalNativeBuild/
Android/app/build/
Android/build/
Android/local.properties
*.iml
.cxx