diff options
| author | Fuwn <[email protected]> | 2026-02-18 07:52:13 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-18 07:52:13 +0000 |
| commit | d645b9f595a9fc2c680c825c15a5efb4c35c4969 (patch) | |
| tree | 26918a55df1baa11776c08364a3cac794a45aa90 /.dockerignore | |
| parent | feat(response): Add input/sensitive-input handling (diff) | |
| download | september-d645b9f595a9fc2c680c825c15a5efb4c35c4969.tar.xz september-d645b9f595a9fc2c680c825c15a5efb4c35c4969.zip | |
build: Switch from Earthly to Dockerfile
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..7a3a0c7 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,9 @@ +** + +!.git/ +!src/ +!build.rs +!Cargo.toml +!Cargo.lock +!Dockerfile +!default.css |