mirror of
https://github.com/spitkov/yaerguossite.git
synced 2025-01-18 20:24:39 +01:00
45 lines
446 B
Text
45 lines
446 B
Text
|
# Dependencies
|
||
|
/node_modules
|
||
|
/.pnp
|
||
|
.pnp.js
|
||
|
|
||
|
# Testing
|
||
|
/coverage
|
||
|
|
||
|
# Production
|
||
|
/build
|
||
|
/dist
|
||
|
/.svelte-kit
|
||
|
|
||
|
# Misc
|
||
|
.DS_Store
|
||
|
.env
|
||
|
.env.local
|
||
|
.env.development.local
|
||
|
.env.test.local
|
||
|
.env.production.local
|
||
|
|
||
|
# Logs
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
pnpm-debug.log*
|
||
|
|
||
|
# Editor directories and files
|
||
|
.idea
|
||
|
.vscode
|
||
|
*.suo
|
||
|
*.ntvs*
|
||
|
*.njsproj
|
||
|
*.sln
|
||
|
*.sw?
|
||
|
|
||
|
# OS generated files
|
||
|
.DS_Store
|
||
|
.DS_Store?
|
||
|
._*
|
||
|
.Spotlight-V100
|
||
|
.Trashes
|
||
|
ehthumbs.db
|
||
|
Thumbs.db
|