breakoften/.gitignore

31 lines
487 B
Plaintext

.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# Additional files and folders to ignore
/.idea
/.vscode
*.log
*.temp
*.tmp
# Ignore specific environment files except the example
.env.local
.env.development
.env.production
# Ignore build artifacts
/dist
/public/build
# Ignore TypeScript compiled files
*.tsbuildinfo
# Svelte and Tailwind specific ignores
/src/lib/generated
/tailwind.css
*.svelte-kit