blob: 6f246047ef3057f59cfd0856c460870a487bc7b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Backend
backend/server.exe
backend/server
# Frontend
frontend/node_modules/
frontend/.svelte-kit/
frontend/build/
frontend/.env
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
|