Skip to content

Commit f9e9ea0

Browse files
authored
Update .gitignore
1 parent d37b12b commit f9e9ea0

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

.gitignore

+20-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
# ---> Unity
2-
/[Ll]ibrary/
3-
/[Tt]emp/
4-
/[Oo]bj/
5-
/[Bb]uild/
1+
[Ll]ibrary/
2+
[Tt]emp/
3+
[Oo]bj/
4+
[Bb]uild/
5+
[Bb]uilds/
6+
Assets/AssetStoreTools*
67

7-
# Autogenerated VS/MD solution and project files
8+
# Visual Studio cache directory
9+
.vs/
10+
11+
# Autogenerated VS/MD/Consulo solution and project files
12+
ExportedObj/
13+
.consulo/
814
*.csproj
915
*.unityproj
1016
*.sln
@@ -14,10 +20,18 @@
1420
*.userprefs
1521
*.pidb
1622
*.booproj
23+
*.svd
24+
*.pdb
25+
*.opendb
1726

1827
# Unity3D generated meta files
1928
*.pidb.meta
29+
*.pdb.meta
2030

2131
# Unity3D Generated File On Crash Reports
2232
sysinfo.txt
2333

34+
# Builds
35+
*.apk
36+
*.unitypackage
37+
**_Data/

0 commit comments

Comments
 (0)