Skip to content

Commit 504f50e

Browse files
committed
first init
0 parents  commit 504f50e

34 files changed

Lines changed: 2438 additions & 0 deletions

.gitattributes

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
* linguist-vendored
2+
*.cs linguist-vendored=false
3+
4+
[Ll]ibrary/
5+
[Tt]emp/
6+
[Oo]bj/
7+
[Bb]uild/
8+
9+
# Unity
10+
*.cginc text
11+
*.cs text diff=csharp
12+
*.shader text
13+
14+
# Unity YAML
15+
*.mat merge=unityyamlmerge eol=lf
16+
*.anim merge=unityyamlmerge eol=lf
17+
*.unity merge=unityyamlmerge eol=lf
18+
*.prefab merge=unityyamlmerge eol=lf
19+
*.asset merge=unityyamlmerge eol=lf
20+
*.meta merge=unityyamlmerge eol=lf
21+
*.controller merge=unityyamlmerge eol=lf
22+
23+
# "physic" for 3D but "physics" for 2D
24+
*.physicMaterial2D merge=unityyamlmerge eol=lf
25+
*.physicMaterial merge=unityyamlmerge eol=lf
26+
*.physicsMaterial2D merge=unityyamlmerge eol=lf
27+
*.physicsMaterial merge=unityyamlmerge eol=lf
28+
29+
# Using Git LFS
30+
# Add diff=lfs merge=lfs to the binary files
31+
32+
# Unity LFS
33+
*.cubemap binary
34+
*.unitypackage binary
35+
36+
# 3D models
37+
*.3dm binary
38+
*.3ds binary
39+
*.blend binary
40+
*.c4d binary
41+
*.collada binary
42+
*.dae binary
43+
*.dxf binary
44+
*.FBX binary
45+
*.fbx binary
46+
*.jas binary
47+
*.lws binary
48+
*.lxo binary
49+
*.ma binary
50+
*.max binary
51+
*.mb binary
52+
*.obj binary
53+
*.ply binary
54+
*.skp binary
55+
*.stl binary
56+
*.ztl binary
57+
58+
# Audio
59+
*.aif binary
60+
*.aiff binary
61+
*.it binary
62+
*.mod binary
63+
*.mp3 binary
64+
*.ogg binary
65+
*.s3m binary
66+
*.wav binary
67+
*.xm binary
68+
69+
# Video
70+
*.asf binary
71+
*.avi binary
72+
*.flv binary
73+
*.mov binary
74+
*.mp4 binary
75+
*.mpeg binary
76+
*.mpg binary
77+
*.ogv binary
78+
*.wmv binary
79+
80+
# Images
81+
*.bmp binary
82+
*.exr binary
83+
*.gif binary
84+
*.hdr binary
85+
*.iff binary
86+
*.jpeg binary
87+
*.jpg binary
88+
*.pict binary
89+
*.png binary
90+
*.psd binary
91+
*.tga binary
92+
*.tif binary
93+
*.tiff binary
94+
95+
# Compressed Archive
96+
*.7z binary
97+
*.bz2 binary
98+
*.gz binary
99+
*.rar binary
100+
*.tar binary
101+
*.zip binary
102+
103+
# Compiled Dynamic Library
104+
*.dll binary
105+
*.pdb binary
106+
*.so binary
107+
108+
# Fonts
109+
*.otf binary
110+
*.ttf binary
111+
112+
# Executable/Installer
113+
*.apk binary
114+
*.exe binary
115+
116+
# Documents
117+
*.pdf binary
118+
119+
# ETC
120+
*.a binary
121+
*.rns binary
122+
*.reason binary
123+
124+
# Collapse Unity-generated files on GitHub
125+
*.asset linguist-generated
126+
*.mat linguist-generated
127+
*.meta linguist-generated
128+
*.prefab linguist-generated
129+
*.unity linguist-generated

.gitignore

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
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+
# Never ignore Asset meta data
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*
21+
22+
# Visual Studio cache directory
23+
.vs/
24+
25+
# Gradle cache directory
26+
.gradle/
27+
28+
# Autogenerated VS/MD/Consulo solution and project files
29+
ExportedObj/
30+
.consulo/
31+
*.csproj
32+
*.unityproj
33+
*.sln
34+
*.suo
35+
*.tmp
36+
*.user
37+
*.userprefs
38+
*.pidb
39+
*.booproj
40+
*.svd
41+
*.pdb
42+
*.mdb
43+
*.opendb
44+
*.VC.db
45+
46+
# Unity3D generated meta files
47+
*.pidb.meta
48+
*.pdb.meta
49+
*.mdb.meta
50+
51+
# Unity3D generated file on crash reports
52+
sysinfo.txt
53+
54+
# Builds
55+
*.apk
56+
*.unitypackage
57+
58+
# Crashlytics generated file
59+
crashlytics-build.properties
60+
Assets/Scenes/Level8.unity
61+
Assets/Scenes/Level6.unity
62+
Assets/Scenes/Level7.unity
63+
64+
# program asset files
65+
*.ai
66+
*.psd
67+
*.fl

Assets/Animations/.gitkeep

Whitespace-only changes.

Assets/Materials/.gitkeep

Whitespace-only changes.

Assets/Models/.gitkeep

Whitespace-only changes.

Assets/Music/.gitkeep

Whitespace-only changes.

Assets/Particles/.gitkeep

Whitespace-only changes.

Assets/Prefabs/.gitkeep

Whitespace-only changes.

Assets/Scenes.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)