56 lines
623 B
Plaintext
56 lines
623 B
Plaintext
# SvelteKit specific
|
|
/build
|
|
/.svelte-kit
|
|
/package
|
|
|
|
# Node.js dependencies
|
|
/node_modules
|
|
npm-debug.log
|
|
yarn-debug.log
|
|
yarn-error.log
|
|
.pnpm-debug.log
|
|
.npm
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
.DS_Store
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Docker specific
|
|
docker-compose.override.yml
|
|
|
|
# Testing
|
|
/coverage
|
|
/.nyc_output
|
|
|
|
# Production build extras
|
|
/dist
|
|
/.output
|