30 lines
239 B
Text
30 lines
239 B
Text
|
|
# Dependencies
|
||
|
|
node_modules/
|
||
|
|
|
||
|
|
# Build output
|
||
|
|
build/
|
||
|
|
.svelte-kit/
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.idea/
|
||
|
|
.vscode/
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
|
||
|
|
# Environment files
|
||
|
|
.env
|
||
|
|
.env.local
|
||
|
|
.env.*.local
|
||
|
|
|
||
|
|
# Logs
|
||
|
|
*.log
|
||
|
|
npm-debug.log*
|
||
|
|
|
||
|
|
# OS
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
coverage/
|
||
|
|
.nyc_output/
|