Created
July 31, 2012 13:59
-
-
Save waako/3217238 to your computer and use it in GitHub Desktop.
Drupal, SASS and ST2 gitignore file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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