Files
YTChatHub/.gitignore
T
Yusuf İpek 0ae6014886 fix(backend): remove verbose message trimming logs
Removes the console.log spam that was triggered on every incoming chat message
when the store exceeded MAX_REGULAR_MESSAGES. The trimming logic still works
silently in the background.
2025-11-07 20:04:45 +03:00

36 lines
392 B
Plaintext

node_modules
pnpm-lock.yaml
.env.local
.env
.DS_Store
.next
out
dist
coverage
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
dev-debug.log
# Dependency directories
node_modules/
# Environment variables
# Editor directories and files
.idea
.vscode
.cursor
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.codellm
# OS specific
# Task files and project management
.taskmaster/
prd.txt