Created
July 10, 2018 20:43
-
-
Save tofumatt/69368839bcb66814aab9f9640cae57a2 to your computer and use it in GitHub Desktop.
Gutenberg Sublime Project file
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": "gutenberg", | |
"file_exclude_patterns": [ | |
"-coverage/**", | |
"-**.js.map", | |
"-**/build/index.js" | |
], | |
"folder_exclude_patterns": [ | |
"build", | |
"build-module", | |
"coverage", | |
"languages", | |
"node_modules", | |
"vendor" | |
], | |
}, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment