diff options
author | Joe Fiorini <joe@joefiorini.com> | 2015-07-13 20:55:07 +0200 |
---|---|---|
committer | Joe Fiorini <joe@joefiorini.com> | 2015-07-21 22:28:12 +0200 |
commit | 40acbcf256b20db2ac744b5c0a1bf6d7607d5983 (patch) | |
tree | 86784c6caed3ed1a4b18c3b4446b06dede6ea3f3 /.gitignore | |
parent | Merge pull request #317 from tgerla/proxy-support (diff) | |
download | awx-40acbcf256b20db2ac744b5c0a1bf6d7607d5983.tar.xz awx-40acbcf256b20db2ac744b5c0a1bf6d7607d5983.zip |
Massive refactor of Brocfile for clarity
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index cf779d87af..cc85a598c3 100644 --- a/.gitignore +++ b/.gitignore @@ -41,7 +41,7 @@ node_modules/** npm-debug.log # UI build debugging -/DEBUG-* +/DEBUG # Testing .coverage |