Last active
December 17, 2015 14:29
-
-
Save albarralnunez/5624423 to your computer and use it in GitHub Desktop.
ST2 - Default *.sublime-project
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": | |
| [ | |
| "Img" | |
| ], | |
| "file_exclude_patterns": | |
| [ | |
| "*.pdf", //hide PDF | |
| "*.key", //LaTeX info | |
| "*.aux", //LaTeX info | |
| "*.log", //LaTeX info | |
| "*.nav", //LaTeX info | |
| "*.out", //LaTeX info | |
| "*.snm", //LaTeX info | |
| "*.gz", //Compressed file | |
| "~*", //Temporal | |
| "*.vsdx", //Visio file | |
| "*.png", //Image file | |
| "*.jpg" //Image file | |
| ] | |
| } | |
| ] | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment