mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 07:04:50 -06:00

- Refactor edited message detection logic - Prevent duplicate message processing for edited messages - Optimize message key caching mechanism
51 lines
528 B
Plaintext
51 lines
528 B
Plaintext
# compiled output
|
|
/dist
|
|
/node_modules
|
|
|
|
.cursor*
|
|
|
|
/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
|
|
/pnpm-lock.yaml
|
|
|
|
# IDEs
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
.nova/*
|
|
.idea/*
|
|
|
|
# Project related
|
|
/instances/*
|
|
!/instances/.gitkeep
|
|
/test/
|
|
/src/env.yml
|
|
/store
|
|
*.env
|
|
|
|
/temp/*
|
|
|
|
.DS_Store
|
|
*.DS_Store
|
|
.tool-versions
|
|
|
|
/prisma/migrations/*
|