evolution-api/.gitignore
2023-07-05 12:54:19 -03:00

38 lines
443 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*
/store/*
/docker-compose-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
/temp/*