mirror of
https://git.meshkee.com/BaloutPastry/backend.git
synced 2026-08-11 22:31:00 +04:30
31 lines
227 B
Plaintext
31 lines
227 B
Plaintext
# compiled output
|
|
/dist
|
|
/node_modules
|
|
/build
|
|
|
|
# logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# tests
|
|
/coverage
|
|
|
|
# IDEs
|
|
.idea
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
|
|
# env
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# prisma
|
|
/generated
|
|
|
|
*.pem
|