aoc2015/.gitignore

16 lines
223 B
Plaintext
Raw Permalink Normal View History

2022-11-28 22:42:47 +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
/src/inputs/*
!/src/inputs/.keep