diff --git a/.gitignore b/.gitignore index fc2b339..78eb1e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,12 @@ .env .DS_Store _dumps/* -_data/*.* +!_data/**/* +_data/**/*.* +_data/**/*.jpg +_data/**/*.json +_data/**/*.zip + + + + diff --git a/Makefile b/Makefile index a8958cb..6dc2eea 100644 --- a/Makefile +++ b/Makefile @@ -6,3 +6,8 @@ hatvp-data-fetcher: docker-compose run hatvp cargo run -p tricoteuses_api_hatvp_fetcher -- -c Config.toml -v wikidata-data-fetcher: docker-compose run wikidata cargo run -p tricoteuses_api_wikidata_fetcher -- -c Config.toml -v +all-data-fetch: + docker-compose run assemblee cargo run -p tricoteuses_api_assemblee_open_data_fetcher -- -c Config.toml + docker-compose run assemblee cargo run -p tricoteuses_api_assemblee_photos_fetcher -- -c Config.toml -v + docker-compose run hatvp cargo run -p tricoteuses_api_hatvp_fetcher -- -c Config.toml -v + docker-compose run wikidata cargo run -p tricoteuses_api_wikidata_fetcher -- -c Config.toml -v \ No newline at end of file