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