add package-lock.json to gitignore

This commit is contained in:
kialam
2018-10-03 12:05:39 -04:00
committed by AlanCoding
parent 04eec61387
commit 47711bc007

2
.gitignore vendored
View File

@@ -1,3 +1,4 @@
# Tags # Tags
.tags .tags
.tags1 .tags1
@@ -52,6 +53,7 @@ __pycache__
**/node_modules/** **/node_modules/**
/tmp /tmp
**/npm-debug.log* **/npm-debug.log*
**/package-lock.json
# UI build flag files # UI build flag files
awx/ui/.deps_built awx/ui/.deps_built