Skip to content

Commit 9da1175

Browse files
committed
Update .gitignore
1 parent 66cc401 commit 9da1175

File tree

1 file changed

+34
-14
lines changed

1 file changed

+34
-14
lines changed

.gitignore

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

0 commit comments

Comments
 (0)