Skip to content

Instantly share code, notes, and snippets.

@carlynorama
Created October 31, 2011 01:11
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 carlynorama/1326679 to your computer and use it in GitHub Desktop.
Save carlynorama/1326679 to your computer and use it in GitHub Desktop.
gitignore for mac os drupal repository
#for crashspace drupal project.
#drupal_crashspace_dev is the name of the directory where the web files are.
# Ignore MacOS Folder Attributes files
.DS_Store
# Ignore configuration files that may contain sensitive information.
#drupal_crashspace_dev/sites/*/settings*.php
# Ignore paths that contain user-generated content.
drupal_crashspace_dev/sites/*/files
drupal_crashspace_dev/sites/*/private
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment