Skip to content

Commit a3855f8

Browse files
committed
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.
1 parent 53cf297 commit a3855f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gleam.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.beam
2+
*.ez
3+
/build
4+
erl_crash.dump

0 commit comments

Comments
 (0)