Files
kopyl.dev.v2/.gitignore
2024-09-26 01:55:31 +03:00

23 lines
197 B
Plaintext

node_modules
.idea
# Output
.output
.vercel
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*