Skip to content

Instantly share code, notes, and snippets.

@spadgos
Created June 26, 2012 14:49
Show Gist options
  • Save spadgos/2996221 to your computer and use it in GitHub Desktop.
Save spadgos/2996221 to your computer and use it in GitHub Desktop.
exclude-patterns
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.gitignore",
"*.gitmodules",
"*.pkgignore"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
".pygments-cache",
".sass-cache"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment