first commit
This commit is contained in:
63
.gitignore
vendored
Normal file
63
.gitignore
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
|
||||
# Node.js
|
||||
node_modules/
|
||||
.svelte-kit/
|
||||
.serena/
|
||||
.claude/
|
||||
.vscode
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
package-lock.json
|
||||
.pnpm-debug.log
|
||||
|
||||
# Build output
|
||||
/build
|
||||
/.svelte-kit
|
||||
/dist
|
||||
/public/build
|
||||
/.output
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# IDE / Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# TypeScript
|
||||
*.tsbuildinfo
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Misc
|
||||
coverage/
|
||||
.cache/
|
||||
.sass-cache/
|
||||
.eslintcache
|
||||
.stylelintcache
|
||||
|
||||
# SvelteKit specific
|
||||
.vercel
|
||||
.netlify
|
||||
|
||||
# Database files
|
||||
*.db
|
||||
db/*.db
|
||||
yakit_takip.db
|
||||
Reference in New Issue
Block a user