wbond / package_control

The Sublime Text package manager
https://packagecontrol.io
4.79k stars 814 forks source link

Update .gitignore and add .gitattributes #1528

Closed deathaxe closed 3 years ago

deathaxe commented 3 years ago

Some packages or tools create cache files/folders within the project which just can be ignored by git.

Other files are crucial for the repository but don't need to be part of Package Control.sublime-package. They are added to the .gitattributes file to not export them.