Last active
March 25, 2017 11:31
-
-
Save HideoKun/34c43bc47edfb5a7a1b45f31ffc8027c to your computer and use it in GitHub Desktop.
exclude node_modules from sublime text project - bad example; https://medium.com/@wo.contact/asdf-fd4f781f19c2#.s27lqq574
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
{ | |
"folders": | |
[ | |
{ | |
"path": "/Users/wo/Documents/blog/sublimeProject", | |
"folder_exclude_patterns": ["node_modules"], | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment