DEV Community

Discussion on: .gitignore mistake that everyone makes

Collapse
 
ayanb profile image
Ayan Banerjee

This setup means that whenever a new developer joins the team or a new tool is adopted by someone in a team, you need to update .gitignore configuration. Examples of this include .idea, .vscode (IDE specific), .nyc_output, .next (tool specific), .DS_Store (OS specific).

This is generally better handled with global gitignore.