sublime-gitignorer
sublime-gitignorer copied to clipboard
Add a setting that permits users to explicitly NOT exclude certain files that are ignored by Git
Adding exceptions seems like something most users will want to do.
+ 1
for example my .env file specific for my project, but not needed on my git repository
+1, often config files are ignored
+1