evolution-api/.gitignore
2023-06-09 07:48:59 -03:00

33 lines
403 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*
# 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