Replies: 1 comment 1 reply
-
|
Probably not, I think we auto-generated most of them.
I'll take the other side of this debate and say it's actually not problematic to ignore extra files since it can act as a safety net - you don't push unwanted or possibly private output by mistake in case you start generating those files as a result of using some new utility. On the other hand, I'll agree it's a bit verbose to actually have all of them there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
cc @razgraf @gavriliumircea
I couldn't find any information about these git ignore paths in the Envio docs. Why do we use them?
Ignoring so many paths is an error-prone approach because it can lead to git ignoring files that should not be git ignored. When so many files have to be git ignored, it is typically better to target specific directories.
indexers/.gitignore
Lines 51 to 81 in 07b3166
Beta Was this translation helpful? Give feedback.
All reactions