How are .gitignore and .graphifyignore handled? #1137
Replies: 1 comment
|
Great question — here is exactly how it works: Both The rules (from the source at
In summary:
The README could be clearer on this — will add a note. Thanks for raising it! |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
the README is not very clear in how .gitignore and .graphifyignore are handled.
Can I have both? What happens if both are present: are .gitignore items ignored as well?
If only .gitignore is present, are its items correctly ignored when constructing the graph?
Thank you for your work on this project.
All reactions