Files
skript-be/.gitignore
Fahri Can Seçer bbec8f09bb
Some checks failed
Build and Deploy Backend / build-and-push (push) Failing after 3m5s
Build and Deploy Backend / deploy (push) Has been skipped
main
2026-01-28 02:31:36 +03:00

38 lines
331 B
Plaintext

# compiled output
/dist
/node_modules
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# os
.DS_Store
Thumbs.db
# env
.env
.env.test
.env.production
.env.local
# ide
.idea
.vscode
*.swp
*.swo
# test coverage
coverage/
junit.xml
# prisma
/prisma/*.db
/prisma/*.db-journal
dist
cli-tool