advent-of-code/.gitignore

11 lines
80 B
Text
Raw Permalink Normal View History

2023-05-24 21:41:11 +00:00
# temporary files
2023-05-23 21:18:22 +00:00
/target
2023-05-26 09:44:02 +00:00
/input
session.txt
2023-05-24 21:41:11 +00:00
# secrets
.env
2023-05-26 09:44:02 +00:00
# editors
.vscode