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 /.gitignore | |
| parent | f84d1a3a9f3a9789f3382577a3ab2c0d8e1e82a9 (diff) | |
| download | chouette-core-7b6964588cdd5218843b33082cae13cda77a28b3.tar.bz2 | |
Fix .gitignore file with bad syntax and duplicate lines
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 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 |
