diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 41d838ee0..a950559ef 100644 --- a/.gitignore +++ b/.gitignore @@ -30,10 +30,10 @@ coverage  # IDE  .idea -bin/  # Ignore uploaded files  /public/uploads +/public/packs  # Ignore node modules  /node_modules @@ -42,6 +42,9 @@ 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/public/packs +/public/packs-test +/node_modules  | 
