wol-dash/.gitignore
2025-04-11 21:06:52 +02:00

27 lines
271 B
Plaintext

node_modules
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# Have empty data folder ready to go
/data/*
!/data/.gitkeep