mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 07:04:50 -06:00
46 lines
491 B
Plaintext
46 lines
491 B
Plaintext
# compiled output
|
|
/dist
|
|
/node_modules
|
|
|
|
/Docker/.env
|
|
|
|
.vscode
|
|
|
|
# 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
|
|
|
|
# IDEs
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
.nova/*
|
|
|
|
# Project related
|
|
/instances/*
|
|
!/instances/.gitkeep
|
|
/test/
|
|
/src/env.yml
|
|
/store
|
|
*.env
|
|
|
|
/temp/*
|
|
|
|
.DS_Store
|
|
*.DS_Store
|
|
.tool-versions
|