Foxnouns.NET/Foxnouns.Frontend/.gitignore

22 lines
191 B
Text
Raw Permalink Normal View History

2024-06-08 21:02:12 +02:00
node_modules
# Output
.output
.vercel
/.svelte-kit
2024-06-08 21:02:12 +02:00
/build
# OS
.DS_Store
Thumbs.db
# Env
2024-06-08 21:02:12 +02:00
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*