Init Svelte project, Pocketbase backend, API connection, and mostly Dockerised Co-authored-by: june <self@breadone.net> Co-committed-by: june <self@breadone.net>
27 lines
270 B
Plaintext
27 lines
270 B
Plaintext
# Node modules
|
|
node_modules
|
|
|
|
# Build output
|
|
build
|
|
dist
|
|
.svelte-kit
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor directories and files
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo |