16 lines
187 B
Plaintext
16 lines
187 B
Plaintext
# Backend
|
|
backend/target/
|
|
|
|
# Frontend
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
frontend/coverage/
|
|
.pnpm-store/
|
|
*.tsbuildinfo
|
|
|
|
# Editors and operating systems
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
.DS_Store
|