diff options
author | mhsn <mail@mhsn.net> | 2024-12-01 12:00:00 +0000 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2024-12-01 12:00:00 +0000 |
commit | 0b1a6fc65a62a656bef6055027faf2f5e1f3235a (patch) | |
tree | 76c3fecc4e238c3880eed9e76dcdada32741c476 /.gitignore | |
download | aoc-0b1a6fc65a62a656bef6055027faf2f5e1f3235a.tar.gz aoc-0b1a6fc65a62a656bef6055027faf2f5e1f3235a.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..873c5b2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +**/rust/target/ +**/data/ +**/puzzle.txt |