Ignore npm-debug.log files with suffix

For some reason npm-debug.log files now have a very long suffix that needs further matching in `.gitignore`s.
This commit is contained in:
Thibaud Colas 2017-05-30 00:10:24 +03:00 committed by GitHub
parent 2058669eae
commit de72df922b

2
.gitignore vendored
View file

@ -10,7 +10,7 @@
/.tox/
/venv
/node_modules/
npm-debug.log
npm-debug.log*
*.idea/
/*.egg/