chore(ci): add Docker BuildKit examples, .dockerignore, CI cache docs; tune vite config

This commit is contained in:
Scott Idem
2026-03-24 16:32:45 -04:00
parent a8f3c29b9f
commit a637343544
12 changed files with 182 additions and 12 deletions

View File

@@ -1,4 +1,28 @@
node_modules/
.svelte-kit
.vite
node_modules
dist
build
.cache
.DS_Store
.vscode
.idea
.git
.gitignore
coverage
tests
documentation
backups
*.log
*.bak
*.tgz
.env
.env.*
npm-debug.log
package-lock.json.bak
yarn-error.log
/.cache
/.parcel-cachenode_modules/
build/
.svelte-kit/
.git/