mirror of
https://github.com/github/gitignore.git
synced 2025-12-27 07:24:50 -05:00
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.
5 lines
34 B
Plaintext
5 lines
34 B
Plaintext
*.beam
|
|
*.ez
|
|
/build
|
|
erl_crash.dump
|