Files
mixmaker/.gitignore
lemintare 1239fcee08
Some checks failed
CI / backend (push) Has been cancelled
CI / frontend (push) Has been cancelled
CI / compose (push) Has been cancelled
Initialize project with basic structure, including Docker configuration, backend and frontend setup, environment configuration, and essential files for development.
2026-07-19 00:17:31 +03:00

22 lines
198 B
Plaintext

.env
.env.*
!.env.example
# Go
backend/bin/
backend/coverage.out
# Node
frontend/node_modules/
frontend/dist/
frontend/coverage/
# IDE and OS
.idea/
.vscode/
.DS_Store
# Local data
.data/
*.log