Files
METARIUS/.gitignore
Luke Else a9d406a477
Some checks failed
Run Unit and Integration Tests / test (push) Failing after 37s
feat: Updated app to use component library
2025-09-26 10:56:55 +01:00

25 lines
222 B
Plaintext

node_modules
.pnpm-store
# 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-*