add package-lock.json file to gitignore

remotes/origin/HEAD
Max Yakovenko 8 years ago
parent e93f122e91
commit 0ec255ad55
  1. 1
      .gitignore

1
.gitignore vendored

@ -84,6 +84,7 @@ target/
__pycache__/ __pycache__/
assets/ assets/
node_modules/ node_modules/
package-lock.json
development.py development.py
*/migrations/* */migrations/*

Loading…
Cancel
Save