mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02: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:
parent
53cf297127
commit
a3855f82b9
1 changed files with 4 additions and 0 deletions
4
Gleam.gitignore
Normal file
4
Gleam.gitignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
*.beam
|
||||
*.ez
|
||||
/build
|
||||
erl_crash.dump
|
Loading…
Add table
Add a link
Reference in a new issue