aoc-template/.gitignore

17 lines
226 B
Plaintext
Raw Normal View History

2022-11-28 17:33:29 +01:00
# Generated by Cargo
# will have compiled files and executables
2022-11-28 19:06:17 +01:00
debug/
target/
2022-11-28 17:33:29 +01:00
# These are backup files generated by rustfmt
**/*.rs.bk
2022-11-28 19:06:17 +01:00
# aoc-template
# env vars
.env
# downloaded inputs
2023-11-23 00:01:54 +01:00
/data/inputs/*
!/data/inputs/.keep
2022-11-28 19:06:17 +01:00