We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4712e43 commit 95e71d8Copy full SHA for 95e71d8
2 files changed
.gitignore
@@ -78,4 +78,7 @@ crashlytics-build.properties
78
# Other items that come up
79
mono_crash.*
80
Assets/Resources
81
-Assets/Resources.meta
+Assets/Resources.meta
82
+
83
+# Remove asset-store-tools so they aren't redistributed
84
+Packages/com.unity.asset-store-tools
Packages/packages-lock.json
@@ -122,6 +122,12 @@
122
},
123
"url": "https://packages.unity.com"
124
125
+ "com.unity.asset-store-tools": {
126
+ "version": "file:com.unity.asset-store-tools",
127
+ "depth": 0,
128
+ "source": "embedded",
129
+ "dependencies": {}
130
+ },
131
"com.unity.burst": {
132
"version": "1.8.12",
133
"depth": 3,
0 commit comments