From 8f896f99694af0dad82a3ec0c971e4033d65146d Mon Sep 17 00:00:00 2001 From: fsociety Date: Mon, 23 Sep 2024 22:09:31 +0200 Subject: [PATCH] feat: update .gitignore and README files This commit updates the .gitignore file to ignore the actual json files rather than the example ones. It also updates the README file to include instructions on copying the new json files. --- .gitignore | 4 ++-- README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 618c55c..0a290f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .env -relays_import.example.json -relays_blastr.example.json +relays_import.json +relays_blastr.json diff --git a/README.md b/README.md index 521faf1..24a93ea 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ If you want to use custom relay files for import and blastr, you can specify IMP ```bash cp import_seed_relays.example.json import_seed_relays.json +``` +```bash cp blastr_relays.example.json blastr_relays.json ```