diff options
author | John Mitchell <jlmitch5@ncsu.edu> | 2015-02-09 21:34:16 +0100 |
---|---|---|
committer | John Mitchell <jlmitch5@ncsu.edu> | 2015-02-09 21:34:25 +0100 |
commit | d9a33fad942d9ba4df275197d64228b97ede4995 (patch) | |
tree | e033afb2c44faaffa56284813d911ce46d60af0f /.gitignore | |
parent | Remove some unnecessary print statements (diff) | |
download | awx-d9a33fad942d9ba4df275197d64228b97ede4995.tar.xz awx-d9a33fad942d9ba4df275197d64228b97ede4995.zip |
adding the npm log to our gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1160400a8f..abcaa6dc04 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ tar-build /package.json node_modules/** /tmp +npm-debug.log # UI build debugging /DEBUG-* @@ -68,4 +69,3 @@ setup/inventory env/* nohup.out reports - |