Skip to content

Commit b622b48

Browse files
committed
Update .gitignore
1 parent de120de commit b622b48

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

.gitignore

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

0 commit comments

Comments
 (0)