gitignore
gitignore copied to clipboard
Update Node.gitignore
Reasons for making this change:
Is it a little arbitrary to ignore logs directory? In golang ,some common packages name themselves as logs, for example, k8s.io/component-base/logs
Ignoring the logs dir in the root dir instead of ignoring it globally won't be better?
as:
/logs
Ignoring the
logsdir in the root dir instead of ignoring it globally won't be better?as:
/logs
Seems good
Ignoring the
logsdir in the root dir instead of ignoring it globally won't be better?as:
/logs
I have updated this PR according to this suggestion, which changed logs to /logs