feat: move data files out of src/

This commit is contained in:
2023-11-23 00:01:54 +01:00
parent 00000360a0
commit 000003708f
7 changed files with 26 additions and 25 deletions

4
.gitignore vendored
View File

@@ -11,6 +11,6 @@ target/
.env
# downloaded inputs
/src/inputs/*
!/src/inputs/.keep
/data/inputs/*
!/data/inputs/.keep