Skip to content

Instantly share code, notes, and snippets.

@waako
Created July 31, 2012 13:59
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waako/3217238 to your computer and use it in GitHub Desktop.
Save waako/3217238 to your computer and use it in GitHub Desktop.
Drupal, SASS and ST2 gitignore file
# Ignore configuration files that may contain sensitive information.
sites/*/settings*.php
sites/sites.php
# Ignore paths that contain user-generated content.
sites/*/files
sites/*/private
# Ignore Sublime Text 2 local project files
*.sublime-project
*.sublime-workspace
*.sublime-projectcompletions
# Ignore Compass/SASS & Guard files
.sass-cache
.sass-cache/*
Guardfile
.Guardfile
# Ignore Dev modules
sites/*/modules/dev
# Ignore local directory files
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment