35 lines
365 B
Plaintext
35 lines
365 B
Plaintext
# Dependencies (use image's npm ci instead)
|
|
node_modules
|
|
|
|
# Build outputs
|
|
build
|
|
.svelte-kit
|
|
dist
|
|
coverage
|
|
|
|
# Environment files (avoid baking secrets into images)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# VCS
|
|
.git
|
|
.git/*
|
|
.gitignore
|
|
|
|
# Editors/OS
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Caches
|
|
.cache |