Last active
April 25, 2016 04:14
-
-
Save ahmadawais/690a816ca158067708ad4dbe17822841 to your computer and use it in GitHub Desktop.
Remove certain files permanently from Sublime via Preferences.sublime-settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
// Remove certain files permanently from Sublime via Preferences.sublime-settings. | |
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment