Files
Palmr/.gitignore
Daniel Luiz Alves b908dcf69d chore: clean up project configuration and dependencies
- Removed unused Turborepo configuration files and updated the .gitignore to exclude unnecessary directories.
- Simplified package.json scripts by removing redundant entries related to Turborepo.
- Updated dependencies in pnpm-lock.yaml and package.json for various packages, ensuring compatibility and improved performance.
- Enhanced pnpm workspace configuration by removing obsolete entries and ensuring consistency across applications.
- Added new lint log files for server and web applications to track linting processes.
2025-07-07 01:29:58 -03:00

35 lines
546 B
Plaintext

# WEB
apps/web/logs
apps/web/*.log
apps/web/npm-debug.log*
apps/web/yarn-debug.log*
apps/web/yarn-error.log*
apps/web/pnpm-debug.log*
apps/web/lerna-debug.log*
apps/web/node_modules
apps/web/dist
apps/web/dist-ssr
apps/web/*.local
apps/web/# Editor directories and files
apps/web/.vscode/*
apps/web/!.vscode/extensions.json
apps/web/.idea
apps/web/.DS_Store
apps/web/*.suo
apps/web/*.ntvs*
apps/web/*.njsproj
apps/web/*.sln
apps/web/*.sw?
#SERVER
apps/server/node_modules
apps/server/.env
apps/server/dist/*
#DEFAULT
.env
data/
node_modules/