evolution-api/.gitignore
2023-07-06 16:39:58 -03:00

39 lines
454 B
Plaintext

# compiled output
/dist
/node_modules
# Logs
logs/**.json
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
/docker-compose-data
/docker-data
# Package
/yarn.lock
/package-lock.json
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Prisma
/prisma/migrations
# Project related
/instances/*
!/instances/.gitkeep
/test/
/src/env.yml
/store
/temp/*