diff options
| author | Fuwn <[email protected]> | 2023-11-06 18:33:38 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-11-06 18:33:38 -0800 |
| commit | 34c7b6f9c437dc525386672af765415e7f18c358 (patch) | |
| tree | 91159bf56e84943689dbb9cc433908f1649bac6b /.dockerignore | |
| parent | refactor(list): move modules to sub-modules (diff) | |
| download | due.moe-34c7b6f9c437dc525386672af765415e7f18c358.tar.xz due.moe-34c7b6f9c437dc525386672af765415e7f18c358.zip | |
ci(docker): only copy least amount of files
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 38 |
1 files changed, 10 insertions, 28 deletions
diff --git a/.dockerignore b/.dockerignore index f88a9db4..9101df31 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,28 +1,10 @@ -# Misc. -.DS_Store - -# Node.js -node_modules - -# SvelteKit -/build -# /.svelte-kit -/package - -# Development -.env -.env.* -!.env.example -/data - -# PNPM -pnpm-lock.yaml - -# NPM -package-lock.json - -# Yarn -yarn.lock - -# Visual Studio Code -.vscode +** + +!package.json +!src/ +!static/ +!bun.lockb +!due_moe_schema.sql +!svelte.config.js +!tsconfig.json +!vite.config.ts
\ No newline at end of file |