Skip to content

Instantly share code, notes, and snippets.

@opdavies
Last active December 16, 2015 08:39
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 opdavies/5407720 to your computer and use it in GitHub Desktop.
Save opdavies/5407720 to your computer and use it in GitHub Desktop.
A default Drupal 7 project file for Sublime Text 2
{
"folders":
[
{
"path": "/",
"file_exclude_patterns":
[
"drupal/.gitignore",
"drupal/.htaccess",
"drupal/authorize.php",
"drupal/CHANGELOG.txt",
"drupal/COPYRIGHT.txt",
"drupal/cron.php",
"drupal/index.php",
"drupal/install.*.txt",
"drupal/install.php",
"drupal/INSTALL.txt",
"drupal/LICENSE.txt",
"drupal/MAINTAINERS.txt",
"drupal/README.txt",
"drupal/robots.txt",
"drupal/update.php",
"drupal/UPGRADE.txt",
"drupal/web.config",
"drupal/xmlrpc.php"
],
"folder_exclude_patterns":
[
"db",
"drupal/includes",
"drupal/misc",
"drupal/profiles",
"drupal/scripts",
"drupal/sites/*.local",
"logs"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment