diff options
author | Joe Fiorini <joe@joefiorini.com> | 2015-07-08 16:31:32 +0200 |
---|---|---|
committer | Joe Fiorini <joe@joefiorini.com> | 2015-07-09 18:56:05 +0200 |
commit | 572b80c7afadb348e52e6896757fb4dfec531286 (patch) | |
tree | e1130888356291df4d881734915743af1b913161 /.gitignore | |
parent | Make front-end tests run in node (diff) | |
download | awx-572b80c7afadb348e52e6896757fb4dfec531286.tar.xz awx-572b80c7afadb348e52e6896757fb4dfec531286.zip |
Run tests with testem in broccoli watcher
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bb1e6b97bc..cf779d87af 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,8 @@ npm-debug.log coverage.xml htmlcov pep8.txt +scratch +testem.log # Mac OS X *.DS_Store |