diff options
Diffstat (limited to 'aoc_2022/day-12/.gitignore')
-rw-r--r-- | aoc_2022/day-12/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/aoc_2022/day-12/.gitignore b/aoc_2022/day-12/.gitignore new file mode 100644 index 0000000..5bf19b0 --- /dev/null +++ b/aoc_2022/day-12/.gitignore @@ -0,0 +1,3 @@ +build/ +sol.js +node_modules/ |