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.
This commit is contained in:
fsociety
2024-09-23 22:09:31 +02:00
parent 7d0af1ed78
commit 8f896f9969
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@@ -1,3 +1,3 @@
.env
relays_import.example.json
relays_blastr.example.json
relays_import.json
relays_blastr.json

View File

@@ -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
```