Skip to content

Commit b60013c

Browse files
committed
github fun
1 parent f00c51d commit b60013c

File tree

309 files changed

+6084
-0
lines changed

Some content is hidden

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

309 files changed

+6084
-0
lines changed

.gitignore

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# This .gitignore file should be placed at the root of your Unity project directory
2+
3+
/[Ll]ibrary/
4+
/[Tt]emp/
5+
/[Oo]bj/
6+
/[Bb]uild/
7+
/[Bb]uilds/
8+
/[Ll]ogs/
9+
10+
# Never ignore Asset meta data
11+
!/[Aa]ssets/**/*.meta
12+
13+
# Uncomment this line if you wish to ignore the asset store tools plugin
14+
# /[Aa]ssets/AssetStoreTools*
15+
16+
# TextMesh Pro files
17+
[Aa]ssets/TextMesh*Pro/
18+
19+
# Visual Studio cache directory
20+
.vs/
21+
22+
# Gradle cache directory
23+
.gradle/
24+
25+
# Autogenerated VS/MD/Consulo solution and project files
26+
ExportedObj/
27+
.consulo/
28+
*.csproj
29+
*.unityproj
30+
*.sln
31+
*.suo
32+
*.tmp
33+
*.user
34+
*.userprefs
35+
*.pidb
36+
*.booproj
37+
*.svd
38+
*.pdb
39+
*.mdb
40+
*.opendb
41+
*.VC.db
42+
43+
# Unity3D generated meta files
44+
*.pidb.meta
45+
*.pdb.meta
46+
*.mdb.meta
47+
48+
# Unity3D generated file on crash reports
49+
sysinfo.txt
50+
51+
# Builds
52+
*.apk
53+
*.unitypackage
54+
55+
# Crashlytics generated file
56+
crashlytics-build.properties

Assets/Animations.meta

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

Assets/Animations/Gameplay.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
10.4 KB
Binary file not shown.

Assets/Animations/Gameplay/wall_spike.anim.meta

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

Assets/Animations/Menu.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
10.9 KB
Binary file not shown.

Assets/Animations/Menu/CameraIdle.anim.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
10.3 KB
Binary file not shown.

Assets/Animations/Menu/CameraMoveToMenu.anim.meta

Lines changed: 9 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)