Skip to content

Instantly share code, notes, and snippets.

@ifthenelse
Last active June 11, 2018 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ifthenelse/e91031bdf93782c9dfe0 to your computer and use it in GitHub Desktop.
Save ifthenelse/e91031bdf93782c9dfe0 to your computer and use it in GitHub Desktop.
Sublime Text 3 project file template for Symfony2
{
"folders":
[
{
"follow_symlinks": true,
"path": "/",
"folder_exclude_patterns": [
".sass-cache",
"app/cache",
"bin",
"docs",
"vendor/*",
"node_modules/**/*"
],
"file_exclude_patterns": [
"*.sublime-*",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.scssc",
"*.css",
"web/*/*.js",
"web/*/*.css"
],
"binary_file_patterns": [
"*.ico",
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.psd",
"*.ttf",
"*.otf",
"*.woff",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
]
}
],
"settings":
{
"tab_size": 4
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment