Skip to content

Instantly share code, notes, and snippets.

@rudvfaden
Created April 6, 2015 07:48
Show Gist options
  • Save rudvfaden/561b7cb3a494595dfd4d to your computer and use it in GitHub Desktop.
Save rudvfaden/561b7cb3a494595dfd4d to your computer and use it in GitHub Desktop.
sublime latex project folder
{
"folders":
[
{ "follow_symlinks": true,
"name": "Root",
"path": "Main",
"file_exclude_patterns":
[
"*.acn",
"*.acr",
"*.alg",
"*.aux",
"*.bbl",
"*.blg",
"*.dvi",
"*.fdb_latexmk",
"*.glg",
"*.glo",
"*.gls",
"*.idx",
"*.ilg",
"*.ind",
"*.ist",
"*.lof",
"*.log",
"*.lot",
"*.maf",
"*.mtc",
"*.mtc0",
"*.nav",
"*.nlo",
"*.out",
"*.pdfsync",
"*.ps",
"*.snm",
"*.synctex.gz",
"*.toc",
"*.vrb",
"*.xdy",
"*.tdo",
"*.xml",
"*.fls",
"*blx.bib",
"*.ptex",
"*.bcf",
".Rapp.history"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment