autotag/.gitignore

17 lines
291 B
Plaintext
Raw Normal View History

2019-09-03 03:40:00 +07:00
# Rest pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
2019-09-03 04:11:57 +07:00
.*
!.gitignore
!.github
_*