forked from efroemling/ballistica
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
141 lines (122 loc) · 3.6 KB
/
.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# build/temp files
Bin/
build/
build-server/
autom4te.cache
local.properties
.DS_Store
*.pyc
*.orig
*.swp
*.swo
*.vscode
.sconsign.dblite
.efrocache
.mayaSwatches
.gdb_history
.dmypy.json
.cache
.mypy_cache
.pytest_cache
.mypy.ini
.pycheckers
.flycheck-dir-locals.el
.pylintrc
.projectile
.clang-format
.style.yapf
.irony
PUBSYNC_IN_PROGRESS
_fulltest_buildfile_*
ballistica_files/
**/.#*
# Project/tool files
config/localconfig.json
config/.*
.dir-locals.el
.spinoffdata
flycheck_*
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# ew - want to ignore libs built by NDK but not a few specific others..
libs/
!**/GameCircleSDK/libs
!**/PlatformSDK/Android/libs
# Visual Studio
.vs
*.vcxproj.user
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.ipch
*.cachefile
*.VC.db
*.VC.VC.opendb
*.exe
!vc_redist.x86.exe
!vc_redist.x64.exe
!python.exe
!python_d.exe
!pythonw.exe
!pythonw_d.exe
!**/OculusSDK/Tools/**/*.exe
# Note: specifying exact Debug/Release dirs for now; we wind up ignoring
# some files under LibOVR if we try to glob these together.
ballisticacore-windows/Debug
ballisticacore-windows/Release
ballisticacore-windows/BallisticaCore/Debug
ballisticacore-windows/BallisticaCore/Release
ballisticacore-windows/BallisticaCoreHeadless/Debug
ballisticacore-windows/BallisticaCoreHeadless/Release
ballisticacore-windows-oculus/BallisticaCoreVR/Projects/Windows/VS2015/Debug
ballisticacore-windows-oculus/BallisticaCoreVR/Projects/Windows/VS2015/Release
# Android Studio
# I'm keeping most IDEA related files out of git and only including gradle stuff;
# It's nice to be able to cleanly re-import the project.
# As time goes on, I'm making explicit exceptions for some key files (dictionaries, etc)
# which are nice to keep around.
ballisticacore-android/**/*.iml
.gradle
ballisticacore-android/.idea/*
# Android Studio Stuff we *DO* want to keep
!ballisticacore-android/.idea/dictionaries
!ballisticacore-android/.idea/inspectionProfiles
!ballisticacore-android/.idea/codeStyles
# NDK
.cxx
# Windows thumbnail db
Thumbs.db
# Asset master source link
assets/src_master
# Asset build cache
.assetcache
# XCode
xcuserdata/
# Generated sources
/src/ballistica/generated
/assets/src/ba_data/python/ba/_generated
/src/meta/bametainternal/generated
# Dynamically generated resource files
/ballisticacore-android/BallisticaCore/src/cardboard/res/drawable-*/vr_icon.png
/ballisticacore-android/BallisticaCore/src/cardboard/res/drawable-*/vr_icon_background.png
/ballisticacore-android/BallisticaCore/src/cardboard/res/drawable-*/icon.png
/ballisticacore-android/BallisticaCore/src/main/res/drawable-*/banner.png
/ballisticacore-android/BallisticaCore/src/main/res/mipmap-*/ic_launcher*.png
/ballisticacore-android/BallisticaCore/src/cardboard/res/mipmap-*/ic_launcher*.png
BallisticaCore.ico
/ballisticacore-xcode/BallisticaCore Shared/Assets.xcassets/AppIcon iOS.appiconset/icon_*.png
/ballisticacore-xcode/BallisticaCore Shared/Assets.xcassets/AppIcon macOS.appiconset/icon_*.png
/ballisticacore-xcode/BallisticaCore Shared/Assets.xcassets/tvOS App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Layer*.imagestacklayer/Content.imageset/*.png
/ballisticacore-xcode/BallisticaCore Shared/Assets.xcassets/tvOS App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Layer*.imagestacklayer/Content.imageset/*.png
/ballisticacore-xcode/BallisticaCore Shared/Assets.xcassets/tvOS App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/*.png
/ballisticacore-xcode/BallisticaCore Shared/Assets.xcassets/tvOS App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/*.png