Skip to content

Commit 95e71d8

Browse files
committed
chore: Prevent Asset Store Tools from being redistributed (#12)
Part of UTY-29
1 parent 4712e43 commit 95e71d8

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,7 @@ crashlytics-build.properties
7878
# Other items that come up
7979
mono_crash.*
8080
Assets/Resources
81-
Assets/Resources.meta
81+
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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@
122122
},
123123
"url": "https://packages.unity.com"
124124
},
125+
"com.unity.asset-store-tools": {
126+
"version": "file:com.unity.asset-store-tools",
127+
"depth": 0,
128+
"source": "embedded",
129+
"dependencies": {}
130+
},
125131
"com.unity.burst": {
126132
"version": "1.8.12",
127133
"depth": 3,

0 commit comments

Comments
 (0)