-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
I want to skip directories started at ".DS_Store". But, the app does not skipped directories started with .DS inside directory.
Example:
./.DS_Store
./Editor/Test.cs
./Plugins/.DS_Store
...
Build:
mono UnityPacker.exe . "Name" no "Assets/" "gitignore,md" ".git,.DS"
Exported:
./Editor/Test.cs
./Plugins/.DS_Store
...