Your project gitignore file should not contain user-specific files 2
- Read doc
- Productivity
- Minor
More information: https://insight.symfony.com/what-we-analyse/git.user_specific_ignored_file
- # Generic
- # --------------------------
- Thumbs.db
- Desktop.ini
- .directory
- *.cache
- *.old
- *.log
- vendor
- yarn.lock
- # IDE Project Configurations
- # --------------------------
- .idea
- .settings
- .vscode
- .project
- *.sublime-*