-
Notifications
You must be signed in to change notification settings - Fork 107
/
.gitignore
134 lines (118 loc) · 3.17 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
# 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
.venv
.mypy_cache
.pytest_cache
.mypy.ini
.pyrightconfig.json
.pycheckers
.flycheck-dir-locals.el
.pylintrc
.projectile
.clang-format
.style.yapf
.irony
PUBSYNC_IN_PROGRESS
_fulltest_buildfile_*
ballistica_files/
tools/pcommand
tools/cloudshell
tools/bacloud
**/.#*
# Environment files
/venv
# Project/tool files
config/localconfig.json
config/.*
.dir-locals.el
.rgignore
.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/
!**/PlatformSDK/Android/libs
# Visual Studio
.vs
*.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
# 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.
ballisticakit-android/**/*.iml
.gradle
ballisticakit-android/.idea/*
# Android Studio Stuff we *DO* want to keep
!ballisticakit-android/.idea/dictionaries
!ballisticakit-android/.idea/inspectionProfiles
!ballisticakit-android/.idea/codeStyles
# NDK
.cxx
# Windows thumbnail db
Thumbs.db
# Asset master source link
src/assets/src_master
# XCode
xcuserdata/
# Meta-generated sources
/src/ballistica/mgen
/src/ballistica/*/mgen
/src/assets/ba_data/python/*/_mgen
/src/meta/*/mgen
# Dynamically generated resource files
/ballisticakit-android/BallisticaKit/src/cardboard/res/drawable-*/vr_icon.png
/ballisticakit-android/BallisticaKit/src/cardboard/res/drawable-*/vr_icon_background.png
/ballisticakit-android/BallisticaKit/src/cardboard/res/drawable-*/icon.png
/ballisticakit-android/BallisticaKit/src/main/res/drawable-*/banner.png
/ballisticakit-android/BallisticaKit/src/main/res/mipmap-*/ic_launcher*.png
/ballisticakit-android/BallisticaKit/src/cardboard/res/mipmap-*/ic_launcher*.png
BallisticaKit.ico
/ballisticakit-xcode/BallisticaKit Shared/Assets.xcassets/AppIcon iOS.appiconset/icon_*.png
/ballisticakit-xcode/BallisticaKit Shared/Assets.xcassets/AppIcon macOS.appiconset/icon_*.png
/ballisticakit-xcode/BallisticaKit Shared/Assets.xcassets/tvOS App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Layer*.imagestacklayer/Content.imageset/*.png
/ballisticakit-xcode/BallisticaKit Shared/Assets.xcassets/tvOS App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Layer*.imagestacklayer/Content.imageset/*.png
/ballisticakit-xcode/BallisticaKit Shared/Assets.xcassets/tvOS App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/*.png
/ballisticakit-xcode/BallisticaKit Shared/Assets.xcassets/tvOS App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/*.png
/ballisticakit-xcode/BallisticaKit Shared/Assets.xcassets/Cursor macOS.imageset/cursor_*.png