diff options
| author | Joe Carstairs <me@joeac.net> | 2025-12-12 14:13:25 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-12-12 14:13:25 +0000 |
| commit | ed6a6428a34aea00e57f7eaeda565fc72ab93390 (patch) | |
| tree | a12e980693f7e48f4fd575a8598c4e160d613000 /.dockerignore | |
| parent | e5cc05519a7736f9bd4554366fcd199b23d88566 (diff) | |
Dockerise
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..baa9ab2 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,5 @@ +node_modules/ +dist/ +.helix/ +.vscode/ +.zed/ |
