Skip to content

Commit c20fa2d

Browse files
committed
Update .gitignore
1 parent 9621b26 commit c20fa2d

1 file changed

Lines changed: 44 additions & 4 deletions

File tree

.gitignore

Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,58 @@
22
[Tt]emp/
33
[Oo]bj/
44
[Bb]uild/
5-
/Settings/
5+
[Bb]uilds/
6+
[Ll]ogs/
7+
Assets/AssetStoreTools*
68

7-
# Autogenerated VS/MD solution and project files
9+
# Windows
10+
Thumbs.db
11+
Desktop.ini
12+
13+
# macOS
14+
.DS_Store
15+
16+
# Uncomment this line if you wish to ignore the asset store tools plugin
17+
# [Aa]ssets/AssetStoreTools*
18+
19+
# TextMesh Pro files
20+
[Aa]ssets/TextMesh*Pro/
21+
22+
# Visual Studio cache directory
23+
.vs/
24+
25+
# Gradle cache directory
26+
.gradle/
27+
28+
# Autogenerated VS/MD/Consulo solution and project files
29+
ExportedObj/
30+
.consulo/
831
*.csproj
932
*.unityproj
1033
*.sln
1134
*.suo
35+
*.tmp
1236
*.user
1337
*.userprefs
1438
*.pidb
1539
*.booproj
16-
*.DS_Store
40+
*.svd
41+
*.pdb
42+
*.mdb
43+
*.opendb
44+
*.VC.db
45+
46+
# Unity3D generated meta files
47+
*.pidb.meta
48+
*.pdb.meta
49+
*.mdb.meta
1750

18-
# Unity3D Generated File On Crash Reports
51+
# Unity3D generated file on crash reports
1952
sysinfo.txt
53+
54+
# Builds
55+
*.apk
56+
*.unitypackage
57+
58+
# Crashlytics generated file
59+
crashlytics-build.properties

0 commit comments

Comments
 (0)