diff options
author | Martin Ashby <martin@ashbysoft.com> | 2022-12-03 10:37:08 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2022-12-03 10:37:08 +0000 |
commit | a1e913e617bf6b2637c0cac56adabe980d27387f (patch) | |
tree | 7011976e8c34b2a02dd2beeef241829bedeb06e1 /.gitignore | |
download | aoc2022-a1e913e617bf6b2637c0cac56adabe980d27387f.tar.gz aoc2022-a1e913e617bf6b2637c0cac56adabe980d27387f.tar.bz2 aoc2022-a1e913e617bf6b2637c0cac56adabe980d27387f.tar.xz aoc2022-a1e913e617bf6b2637c0cac56adabe980d27387f.zip |
Days 1-3
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target |