Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDocumentation and differentiation of `--no-ignore-vcs` and `--no-ignore` #354
Comments
|
Thank you very much for your feedback. This topic definitely needs some clarification.
There are six sources for ignore patterns:
The
Yes. Sources: |
|
I am not sure how common of a use case it is, but personally I would like the ability to turn on Is this possible with the current API? Is there something like an |
|
I found the BTW: Thanks for the awesome tool!!! |
|
Not a perfect solution. But as a workaround, you could use an ignore file (either .fdignore or with --ignore-path) that explicitly includes your scratchpad files. |
|
@tmccombs oooh this actually works well for my use case. |
The man page says:
files like...that are normally respected? (The wording makes me wonder if there are other files ending inignorewhich are usually looked at)-Ia strict superset of--no-ignore-vcs?