Skip to content

Commit 9b26048

Browse files
committed
Fix gitignore
1 parent a265c26 commit 9b26048

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

.gitignore

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

0 commit comments

Comments
 (0)