openstellaris/.gitignore

14 lines
169 B
Text
Raw Normal View History

2023-12-08 06:26:08 -06:00
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
vite.config.js.timestamp-*
2023-12-25 20:40:37 -05:00
vite.config.ts.timestamp-*
*.bs.js
backend/src/prisma.rs
target