diff options
author | kialam <digitalanime@gmail.com> | 2018-10-03 18:05:39 +0200 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2018-10-31 16:04:11 +0100 |
commit | 47711bc0079a21d9b815fd25266a51baac14004f (patch) | |
tree | 582f16ef9e257ff923d989f92e11e284391c8db9 /.gitignore | |
parent | Redirect to WF details page when a Split Job is launched (diff) | |
download | awx-47711bc0079a21d9b815fd25266a51baac14004f.tar.xz awx-47711bc0079a21d9b815fd25266a51baac14004f.zip |
add package-lock.json to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 621101995d..f1463667a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ + # Tags .tags .tags1 @@ -52,6 +53,7 @@ __pycache__ **/node_modules/** /tmp **/npm-debug.log* +**/package-lock.json # UI build flag files awx/ui/.deps_built |