diff options
Diffstat (limited to 'aoc2019-gleam/.gitignore')
-rw-r--r-- | aoc2019-gleam/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aoc2019-gleam/.gitignore b/aoc2019-gleam/.gitignore new file mode 100644 index 0000000..a98602e --- /dev/null +++ b/aoc2019-gleam/.gitignore @@ -0,0 +1,6 @@ +*.beam +*.ez +/build +erl_crash.dump + +aoc.toml
\ No newline at end of file |