Skip to content

Commit 36a74ae

Browse files
committed
- gitignore updated
1 parent 93e8ff8 commit 36a74ae

File tree

1 file changed

+33
-7
lines changed

1 file changed

+33
-7
lines changed

.gitignore

+33-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,33 @@
1-
[Ll]ibrary/
2-
[Tt]emp/
3-
[Oo]bj/
4-
[Bb]uild/
5-
[Bb]uilds/
6-
Assets/AssetStoreTools*
1+
# This .gitignore file should be placed at the root of your Unity project directory
2+
#
3+
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
4+
#
5+
/[Ll]ibrary/
6+
/[Tt]emp/
7+
/[Oo]bj/
8+
/[Bb]uild/
9+
/[Bb]uilds/
10+
/[Ll]ogs/
11+
/[Mm]emoryCaptures/
12+
13+
# Never ignore Asset meta data
14+
!/[Aa]ssets/**/*.meta
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+
# Autogenerated Jetbrains Rider plugin
23+
[Aa]ssets/Plugins/Editor/JetBrains*
724

825
# Visual Studio cache directory
926
.vs/
1027

28+
# Gradle cache directory
29+
.gradle/
30+
1131
# Autogenerated VS/MD/Consulo solution and project files
1232
ExportedObj/
1333
.consulo/
@@ -22,15 +42,21 @@ ExportedObj/
2242
*.booproj
2343
*.svd
2444
*.pdb
45+
*.mdb
2546
*.opendb
47+
*.VC.db
2648

2749
# Unity3D generated meta files
2850
*.pidb.meta
2951
*.pdb.meta
52+
*.mdb.meta
3053

31-
# Unity3D Generated File On Crash Reports
54+
# Unity3D generated file on crash reports
3255
sysinfo.txt
3356

3457
# Builds
3558
*.apk
3659
*.unitypackage
60+
61+
# Crashlytics generated file
62+
crashlytics-build.properties

0 commit comments

Comments
 (0)