Skip to content

Commit cb19084

Browse files
author
ytom
committed
Add gitignore and gitattribute
1 parent 3af776c commit cb19084

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

Diff for: .gitattribute

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*.bytes eol=lf
2+
*.asset eol=lf
3+
*.shader eol=text
4+
*.unity eol=text
5+
*.cs eol=text
6+
*.meta eol=lf
7+
*.prefab eol=lf
8+
.gitattributes text
9+
.gitignore text

Diff for: .gitignore

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
/[Ll]ibrary/
2+
/[Tt]emp/
3+
/[Oo]bj/
4+
/[Bb]uild/
5+
/[Bb]uilds/
6+
/Assets/AssetStoreTools*
7+
8+
# Autogenerated VS/MD/Consulo solution and project files
9+
ExportedObj/
10+
.consulo/
11+
*.csproj
12+
*.unityproj
13+
*.sln
14+
*.suo
15+
*.tmp
16+
*.user
17+
*.userprefs
18+
*.pidb
19+
*.booproj
20+
*.svd
21+
22+
23+
# Unity3D generated meta files
24+
*.pidb.meta
25+
26+
# Unity3D Generated File On Crash Reports
27+
sysinfo.txt
28+
29+
# Builds
30+
*.apk
31+
*.unitypackage

0 commit comments

Comments
 (0)