Skip to content

Commit 9319b51

Browse files
- Initial setup with example scene and test setup
1 parent 64a34a6 commit 9319b51

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+5553
-31
lines changed

.gitignore

Lines changed: 6 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,12 @@
1-
# This .gitignore file should be placed at the root of your Unity project directory
2-
#
3-
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
4-
#
5-
/[Ll]ibrary/
6-
/[Tt]emp/
7-
/[Oo]bj/
8-
/[Bb]uild/
9-
/[Bb]uilds/
10-
/[Ll]ogs/
11-
/[Mm]emoryCaptures/
12-
13-
# Asset meta data should only be ignored when the corresponding asset is also ignored
14-
!/[Aa]ssets/**/*.meta
15-
16-
# Uncomment this line if you wish to ignore the asset store tools plugin
17-
# /[Aa]ssets/AssetStoreTools*
18-
19-
# Autogenerated Jetbrains Rider plugin
20-
[Aa]ssets/Plugins/Editor/JetBrains*
1+
[Ll]ibrary/
2+
[Tt]emp/
3+
[Bb]uild/
4+
[Bb]uilds/
5+
UnityProject/OutbreakVR/obj*
216

227
# Visual Studio cache directory
238
.vs/
249

25-
# Gradle cache directory
26-
.gradle/
27-
2810
# Autogenerated VS/MD/Consulo solution and project files
2911
ExportedObj/
3012
.consulo/
@@ -39,22 +21,15 @@ ExportedObj/
3921
*.booproj
4022
*.svd
4123
*.pdb
42-
*.mdb
4324
*.opendb
44-
*.VC.db
4525

4626
# Unity3D generated meta files
4727
*.pidb.meta
4828
*.pdb.meta
49-
*.mdb.meta
5029

51-
# Unity3D generated file on crash reports
30+
# Unity3D Generated File On Crash Reports
5231
sysinfo.txt
5332

5433
# Builds
5534
*.apk
5635
*.unitypackage
57-
58-
# Crashlytics generated file
59-
crashlytics-build.properties
60-

ObjectPoolingSystem/Assets/ObjectPoolingSystem.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ObjectPoolingSystem/Assets/ObjectPoolingSystem/Example.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)