Procházet zdrojové kódy

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.
Thibaud Colas před 7 roky
rodič
revize
de72df922b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

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