You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some folders (like /bin and /build) which I want to keep in the repository but I do not want to commit the content of these folders. So there is a .gitignore in each folder with just "*" as a rule.
When I now create something in these folders sublime displays them in the side bar even though the git-ignore plugin is activated.
Only new files are shown. If I reinstall the plugin everything is displayed as I would expect it.
The text was updated successfully, but these errors were encountered:
I have some folders (like /bin and /build) which I want to keep in the repository but I do not want to commit the content of these folders. So there is a .gitignore in each folder with just "*" as a rule.
When I now create something in these folders sublime displays them in the side bar even though the git-ignore plugin is activated.
Only new files are shown. If I reinstall the plugin everything is displayed as I would expect it.
The text was updated successfully, but these errors were encountered: