diff --git a/.gitignore b/.gitignore index 85c51a31405d..76cc1efa95c5 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 000000000000..d8d38be945f8 --- /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 bf6b78341633..000000000000 --- a/common/lib/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*/jasmine_test_runner.html