File tree Expand file tree Collapse file tree 1 file changed +33
-7
lines changed
Expand file tree Collapse file tree 1 file changed +33
-7
lines changed Original file line number Diff line number Diff line change 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
1232ExportedObj /
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
3255sysinfo.txt
3356
3457# Builds
3558* .apk
3659* .unitypackage
60+
61+ # Crashlytics generated file
62+ crashlytics-build.properties
You can’t perform that action at this time.
0 commit comments