Ignore .directory and .DS_Store files in package_release_build.py.
This commit is contained in:
@@ -35,7 +35,9 @@ SHARED_IGNORED_RESOURCES = {
|
|||||||
"ResourcePack.zip",
|
"ResourcePack.zip",
|
||||||
"buildResourcePack.py",
|
"buildResourcePack.py",
|
||||||
"CONTENT_GOES_HERE",
|
"CONTENT_GOES_HERE",
|
||||||
".gitignore"
|
".gitignore",
|
||||||
|
".directory",
|
||||||
|
".DS_Store"
|
||||||
}
|
}
|
||||||
CLIENT_IGNORED_RESOURCES = {
|
CLIENT_IGNORED_RESOURCES = {
|
||||||
"Maps",
|
"Maps",
|
||||||
|
|||||||
Reference in New Issue
Block a user