first commit
This commit is contained in:
65
.gitignore
vendored
Normal file
65
.gitignore
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
# ===============================
|
||||
# Node.js + Svelte Project .gitignore
|
||||
# ===============================
|
||||
|
||||
# Node modules
|
||||
node_modules/
|
||||
dist/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Dependency directories
|
||||
jspm_packages/
|
||||
|
||||
# Build output
|
||||
/dist
|
||||
/build
|
||||
/public/build/
|
||||
.svelte-kit/
|
||||
.vite/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE and editor folders
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
|
||||
# Test coverage
|
||||
coverage/
|
||||
.nyc_output/
|
||||
|
||||
# Temporary files
|
||||
tmp/
|
||||
temp/
|
||||
|
||||
# Optional npm cache
|
||||
.npm/
|
||||
.pnpm-store/
|
||||
package-lock.json
|
||||
|
||||
# SvelteKit adapter outputs (e.g. for adapter-static, adapter-node)
|
||||
output/
|
||||
.vercel/
|
||||
.netlify/
|
||||
functions/
|
||||
|
||||
# Local development data
|
||||
*.local
|
||||
*.cache/
|
||||
Reference in New Issue
Block a user