From 24af289a76a99dcbca35fd9ffc1faf2efbcd3963 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 18 Apr 2026 01:25:51 +0000 Subject: build: Replace Earthfile with Dockerfile --- .dockerignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .dockerignore (limited to '.dockerignore') diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..6666f44 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,25 @@ +.git +.gitignore +.github +.vscode +.DS_Store + +# Gleam +build +*.beam +*.ez +erl_crash.dump + +# Nix +flake.lock +flake.nix +result + +# SQLite +data +*.sqlite3 +*.db + +# Documentation/License +README.md +LICENSE -- cgit v1.2.3