Files
2024/.gitignore
Parnic 0359b86174 Add automatic input downloading
Since we no longer include input files with the solution, per AoC guidelines, this will enable other users to use this application (after specifying their session token) without manually grabbing all the appropriate download files.
2024-12-01 11:13:56 -06:00

9 lines
53 B
Plaintext

/target
/.vs/
*.user
/bin/
/obj/
*.exe
/inputs/
.env