diff options
author | HJ <thechairman@thechairman.info> | 2021-12-12 16:04:25 -0500 |
---|---|---|
committer | HJ <thechairman@thechairman.info> | 2021-12-12 16:04:25 -0500 |
commit | 86501cf1748971a08e9a2f4e5b4413a273f33535 (patch) | |
tree | ec591791212d82fcc4472b82379b43ebd7f2254b /.gitignore | |
parent | 8dd39d0db3c4a35686aef55eda2f97a08b4cc448 (diff) | |
download | gleam_aoc-86501cf1748971a08e9a2f4e5b4413a273f33535.tar.gz gleam_aoc-86501cf1748971a08e9a2f4e5b4413a273f33535.zip |
day 12 done
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ .elixir_ls/* .cache/* +compiled/* *.bak input
\ No newline at end of file |