diff options
Diffstat (limited to 'aoc2023/.gitignore')
-rw-r--r-- | aoc2023/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aoc2023/.gitignore b/aoc2023/.gitignore new file mode 100644 index 0000000..803c801 --- /dev/null +++ b/aoc2023/.gitignore @@ -0,0 +1,5 @@ +# IntelliJ +.idea + +# output +target/ |