mirror of https://github.com/status-im/codimd.git
Merge pull request #682 from SISheogorath/extend/gitignore
Add package-lock.json to .gitignore
This commit is contained in:
commit
eb0bda06d7
|
@ -1,4 +1,5 @@
|
|||
node_modules
|
||||
package-lock.json
|
||||
composer.phar
|
||||
composer.lock
|
||||
.env.*.php
|
||||
|
|
Loading…
Reference in New Issue