aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 5f2bf75563dd4e27a9ce4528850b8ece819d523c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Backend
backend/server.exe
backend/server
backend/yaum.exe
backend/yaum
backend/internal/static/build/
!backend/internal/static/build/placeholder.txt

# Frontend
frontend/node_modules/
frontend/.svelte-kit/
frontend/build/
frontend/.env

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db