Skip to content

5th argument #2

@shranet

Description

@shranet

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
...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions