diff --git a/.gitignore b/.gitignore index b04a8c8..80cfade 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ # rspec failure tracking .rspec_status + +# Ignore the file recording test run statuses. +spec/dummy-app/spec/examples.txt diff --git a/spec/dummy-app/.gitignore b/spec/dummy-app/.gitignore index 886f714..3eac418 100644 --- a/spec/dummy-app/.gitignore +++ b/spec/dummy-app/.gitignore @@ -33,3 +33,6 @@ # Ignore master key for decrypting credentials and more. /config/master.key + +# Ignore the file recording test run statuses. +/spec/example.txt