gitignore icon indicating copy to clipboard operation
gitignore copied to clipboard

Added Js Framewoks .gitignore files

Open YasinDehfuli opened this issue 2 months ago • 0 comments

Reasons for making this change

This PR adds and updates .gitignore templates specific to Vue.js and React.js projects. The goal is to provide developers with comprehensive and framework-specific ignore rules that cover:

  • Node.js dependencies (node_modules/)
  • Build artifacts (dist/, build/, .next/, etc.)
  • Environment files (.env, .env.local, etc.)
  • TypeScript cache files (*.tsbuildinfo)
  • Logs and debug outputs
  • Editor and system-specific files (e.g., .vscode/, .DS_Store)

By including these rules, we reduce repository clutter and prevent sensitive or unnecessary files from being tracked.


Links to documentation supporting these rule changes


If this is a new template


Merge and Approval Steps

  • [x] Confirm that you've read the [contribution guidelines](https://github.com/github/gitignore/tree/main?tab=readme-ov-file#contributing-guidelines) and ensured your PR aligns
  • [x] Ensure CI is passing
  • [ ] Get a review and Approval from one of the maintainers

YasinDehfuli avatar Sep 30 '25 15:09 YasinDehfuli