aboutsummaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-04-18 01:25:51 +0000
committerFuwn <[email protected]>2026-04-18 01:28:08 +0000
commit24af289a76a99dcbca35fd9ffc1faf2efbcd3963 (patch)
tree2841064c57c15725a1f83dd09cf6aa507b9e1f41 /.dockerignore
parentchore(gleam.toml): Bump version (diff)
downloadmayu-24af289a76a99dcbca35fd9ffc1faf2efbcd3963.tar.xz
mayu-24af289a76a99dcbca35fd9ffc1faf2efbcd3963.zip
build: Replace Earthfile with Dockerfilev0.1.19
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore25
1 files changed, 25 insertions, 0 deletions
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