Created
December 16, 2016 11:10
-
-
Save thehig/4b145ff8c3981ed9b4f216eef4d100d6 to your computer and use it in GitHub Desktop.
js: Rekit sublime project template
This file contains hidden or 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": ".", | |
"folder_exclude_patterns": ["node_modules", "src", "test"] | |
}, | |
{ | |
"path": "src/", | |
"folder_exclude_patterns": [".tmp"] | |
}, | |
{ | |
"path": "test/", | |
"folder_exclude_patterns": ["cli"] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment