diff options
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 41d838ee0..02627b2f9 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,6 @@ coverage # IDE .idea -bin/ # Ignore uploaded files /public/uploads @@ -42,6 +41,7 @@ bin/ /bin/rake /bin/rails /bin/rspec +/bin/spring # FIXME Ignore ./spec/services/zip_service/regression_4273_spec.rb files -/spec/fixtures/target_*.zip
\ No newline at end of file +/spec/fixtures/target_*.zip |
