Add comprehensive .gitignore for Node.js/Vue.js projects
- Add node_modules/, dist/, build-output/ directories
- Add environment files (.env, .env.local, etc.)
- Add npm/yarn logs and cache files
- Add package archives (*.tar.gz, *.zip, *.tgz)
- Add Yarn integrity and cache files
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>