19 lines
267 B
Plaintext
19 lines
267 B
Plaintext
|
# 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
|
||
|
|
||
|
/src/test_inputs/*
|
||
|
!/src/test_inputs/.keep
|