You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a way of skipping a directory.
This could be done by a flag -s "./not-included-dir/" or --skip "./not-included-dir/"
But I might want to not include multiple directories, in this case one could maybe do something like this:
--skip "./not-included-dir/|./some-other-dir"
or
--skip "./not-included-dir/, ./some-other-dir"
I don't know what way would be best for multiple files
or should one use an .inkpot.ignore file for multiple files 🤷♂️
The text was updated successfully, but these errors were encountered:
There should be a way of skipping a directory.
This could be done by a flag
-s "./not-included-dir/"
or--skip "./not-included-dir/"
But I might want to not include multiple directories, in this case one could maybe do something like this:
--skip "./not-included-dir/|./some-other-dir"
or
--skip "./not-included-dir/, ./some-other-dir"
I don't know what way would be best for multiple files
or should one use an
.inkpot.ignore
file for multiple files 🤷♂️The text was updated successfully, but these errors were encountered: