rano/.gitignore

26 lines
225 B
Plaintext
Raw Permalink Normal View History

node_modules
# Jetbrains IDE
.idea
# Output
.output
.vercel
/.svelte-kit
2024-10-31 15:01:22 +00:00
/.frontend-build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*