mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 04:47:44 -02:30
add package-lock.json to gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user