Skip to content

Commit 2259080

Browse files
committed
Add gitignore
0 parents  commit 2259080

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.gitignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
/[Ll]ibrary/
2+
/[Tt]emp/
3+
/[Oo]bj/
4+
/[Bb]uild/
5+
/[Bb]uilds/
6+
/Assets/AssetStoreTools*
7+
/[Ll]ogs/
8+
9+
# Autogenerated VS/MD solution and project files
10+
ExportedObj/
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
32+
33+
# IDE
34+
.idea/

0 commit comments

Comments
 (0)