File tree Expand file tree Collapse file tree 1 file changed +73
-0
lines changed
ReallyTinyStrategies_Script Expand file tree Collapse file tree 1 file changed +73
-0
lines changed Original file line number Diff line number Diff line change 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+ /[Uu ]ser [Ss ]ettings /
12+ /.idea /
13+
14+ # MemoryCaptures can get excessive in size.
15+ # They also could contain extremely sensitive data
16+ /[Mm ]emoryCaptures /
17+
18+ # Asset meta data should only be ignored when the corresponding asset is also ignored
19+ ! /[Aa ]ssets /** /* .meta
20+
21+ # Uncomment this line if you wish to ignore the asset store tools plugin
22+ # /[Aa]ssets/AssetStoreTools*
23+
24+ # Autogenerated Jetbrains Rider plugin
25+ /[Aa ]ssets /Plugins /Editor /JetBrains *
26+
27+ # Visual Studio cache directory
28+ .vs /
29+ .idea /
30+
31+ # Gradle cache directory
32+ .gradle /
33+
34+ # Autogenerated VS/MD/Consulo solution and project files
35+ ExportedObj /
36+ .consulo /
37+ * .csproj
38+ * .unityproj
39+ * .sln
40+ * .suo
41+ * .tmp
42+ * .user
43+ * .userprefs
44+ * .pidb
45+ * .booproj
46+ * .svd
47+ * .pdb
48+ * .mdb
49+ * .opendb
50+ * .VC.db
51+
52+ # Unity3D generated meta files
53+ * .pidb.meta
54+ * .pdb.meta
55+ * .mdb.meta
56+
57+ # Unity3D generated file on crash reports
58+ sysinfo.txt
59+
60+ # Builds
61+ * .apk
62+ * .aab
63+ * .unitypackage
64+
65+ # Crashlytics generated file
66+ crashlytics-build.properties
67+
68+ # Packed Addressables
69+ /[Aa ]ssets /[Aa ]ddressable [Aa ]ssets [Dd ]ata /* /* .bin *
70+
71+ # Temporary auto-generated Android Assets
72+ /[Aa ]ssets /[Ss ]treamingAssets /aa.meta
73+ /[Aa ]ssets /[Ss ]treamingAssets /aa /*
You can’t perform that action at this time.
0 commit comments