From efeff94b550651ab8f134e705b07b80c1c8faeba Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 27 Jul 2024 19:03:49 -0700 Subject: feat: initial development build --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..212a225 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Gleam & BEAM +*.beam +*.ez +build +erl_crash.dump + +# Lustre +priv + +# Visual Studio Code +.vscode -- cgit v1.2.3