diff options
author | Bill Nottingham <notting@splat.cc> | 2017-10-26 03:37:29 +0200 |
---|---|---|
committer | Bill Nottingham <notting@splat.cc> | 2017-10-26 03:37:29 +0200 |
commit | da25f4104cd107fd3184228d99ac98f68db2cfa8 (patch) | |
tree | 705191501dc75a0fcbc51c720c0c10ec98cb8122 /.gitignore | |
parent | Remove accidentally committed log files (diff) | |
download | awx-da25f4104cd107fd3184228d99ac98f68db2cfa8.tar.xz awx-da25f4104cd107fd3184228d99ac98f68db2cfa8.zip |
Update .gitignore for npm log files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5678a7be76..dcb3b8c689 100644 --- a/.gitignore +++ b/.gitignore @@ -49,7 +49,7 @@ __pycache__ /.istanbul.yml **/node_modules/** /tmp -npm-debug.log +**/npm-debug.log* # UI build flag files awx/ui/.deps_built |