1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 19:54:22 +01:00

feat: Add Gleam 1.5.x gitignore

this is useful for developers that init a gleam project into an existing
git repo where the `gleam new` tool will refrain from populating the
.gitignore file. This situation may occur for users of devenv.nix or
flake.nix.
This commit is contained in:
David Asabina 2024-10-17 21:37:53 +02:00
parent 53cf297127
commit a3855f82b9

4
Gleam.gitignore Normal file
View File

@ -0,0 +1,4 @@
*.beam
*.ez
/build
erl_crash.dump