mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
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:
parent
2058669eae
commit
de72df922b
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -10,7 +10,7 @@
|
|||
/.tox/
|
||||
/venv
|
||||
/node_modules/
|
||||
npm-debug.log
|
||||
npm-debug.log*
|
||||
*.idea/
|
||||
/*.egg/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue