diff --git a/.gitignore b/.gitignore index 85c51a3140..76cc1efa95 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,3 @@ node_modules .prereqs_cache autodeploy.properties .ws_migrations_complete -jasmine_test_runner.html diff --git a/common/.gitignore b/common/.gitignore new file mode 100644 index 0000000000..d8d38be945 --- /dev/null +++ b/common/.gitignore @@ -0,0 +1 @@ +jasmine_test_runner.html diff --git a/common/lib/.gitignore b/common/lib/.gitignore deleted file mode 100644 index bf6b783416..0000000000 --- a/common/lib/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*/jasmine_test_runner.html