diff options
| author | Luc Donnet | 2017-10-12 12:12:53 +0200 | 
|---|---|---|
| committer | Luc Donnet | 2017-10-12 12:13:19 +0200 | 
| commit | 7b6964588cdd5218843b33082cae13cda77a28b3 (patch) | |
| tree | a2c0d681c9da5698f93fb4222112316ead4dd784 | |
| parent | f84d1a3a9f3a9789f3382577a3ab2c0d8e1e82a9 (diff) | |
| download | chouette-core-7b6964588cdd5218843b33082cae13cda77a28b3.tar.bz2 | |
Fix .gitignore file with bad syntax and duplicate lines
| -rw-r--r-- | .gitignore | 10 | ||||
| -rw-r--r-- | spec/fixtures/target_OFFRE_TRANSDEV_20170301122517.zip | bin | 5446 -> 0 bytes | |||
| -rw-r--r-- | spec/fixtures/target_OFFRE_TRANSDEV_20170301122519.zip | bin | 5249 -> 0 bytes | 
3 files changed, 5 insertions, 5 deletions
| diff --git a/.gitignore b/.gitignore index a950559ef..cfcbf47a5 100644 --- a/.gitignore +++ b/.gitignore @@ -30,14 +30,16 @@ coverage  # IDE  .idea -  # Ignore uploaded files  /public/uploads -/public/packs  # Ignore node modules  /node_modules +# Ignore webpack public files +/public/packs +/public/packs-test +  # Every machine shall create its binstubs  /bin/rake  /bin/rails @@ -45,6 +47,4 @@ coverage  /bin/spring  # FIXME Ignore ./spec/services/zip_service/regression_4273_spec.rb files -/spec/fixtures/target_*.zip/public/packs -/public/packs-test -/node_modules +/spec/fixtures/target_*.zip diff --git a/spec/fixtures/target_OFFRE_TRANSDEV_20170301122517.zip b/spec/fixtures/target_OFFRE_TRANSDEV_20170301122517.zipBinary files differ deleted file mode 100644 index efdcff539..000000000 --- a/spec/fixtures/target_OFFRE_TRANSDEV_20170301122517.zip +++ /dev/null diff --git a/spec/fixtures/target_OFFRE_TRANSDEV_20170301122519.zip b/spec/fixtures/target_OFFRE_TRANSDEV_20170301122519.zipBinary files differ deleted file mode 100644 index 5c49ab225..000000000 --- a/spec/fixtures/target_OFFRE_TRANSDEV_20170301122519.zip +++ /dev/null | 
