From a3855f82b916b30d3e57805f4970ff6ef6a6fcb9 Mon Sep 17 00:00:00 2001 From: David Asabina Date: Thu, 17 Oct 2024 21:37:53 +0200 Subject: [PATCH] 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. --- Gleam.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Gleam.gitignore diff --git a/Gleam.gitignore b/Gleam.gitignore new file mode 100644 index 00000000..599be4eb --- /dev/null +++ b/Gleam.gitignore @@ -0,0 +1,4 @@ +*.beam +*.ez +/build +erl_crash.dump