chore: cleanup for 0.1.0 release

This commit is contained in:
Matej Janezic 2022-11-28 19:49:57 +01:00
parent 0000001099
commit 000000208a
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
5 changed files with 5 additions and 7 deletions

View File

@ -1,2 +0,0 @@
TOKEN=secret
YEAR=2022

8
.gitignore vendored
View File

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

View File

@ -1,5 +1,5 @@
# Advent-of-Code {YEAR}
*This is a dumbed down version of [fspoettel/advent-of-code-rust](https://github.com/fspoettel/advent-of-code-rust/blob/main/Cargo.toml) with some extra features*
*This is a dumbed down version of [fspoettel/advent-of-code-rust](https://github.com/fspoettel/advent-of-code-rust) with some extra features*
## CLI
### Prepare

0
src/inputs/.keep Normal file
View File

0
src/test_inputs/.keep Normal file
View File