Chrysoblog/.gitignore

27 lines
240 B
Plaintext
Raw Permalink Normal View History

2024-09-11 00:51:05 -07:00
.*
!.gitignore
2024-09-29 00:14:24 -07:00
!.pre-commit-config.yaml
2024-09-11 00:51:05 -07:00
# Cache
node_modules
# 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-*