aoc2023/.gitignore

17 lines
226 B
Plaintext
Raw Normal View History

2023-11-29 22:00:59 +01:00
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk
# aoc-template
# env vars
.env
# downloaded inputs
/data/inputs/*
!/data/inputs/.keep