Skip to content

Commit ac27c8a

Browse files
committed
ignore
1 parent 85e2b09 commit ac27c8a

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.gitignore

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

0 commit comments

Comments
 (0)