Last active
August 29, 2015 14:01
-
-
Save bdombro/f226f5b72aa20495d533 to your computer and use it in GitHub Desktop.
This file contains 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
# Base gitignore for drupal projects | |
# Version 1.0 | |
htdocs/* | |
!htdocs/profiles | |
htdocs/profiles/* | |
!htdocs/profiles/aww | |
!htdocs/sites | |
htdocs/sites/default/settings.php | |
htdocs/sites/default/civicrm.settings.php | |
htdocs/sites/default/files/civicrm/templates_c | |
htdocs/sites/default/files/civicrm/custom/extensions/cache | |
htdocs/sites/default/files/civicrm/temp | |
htdocs/sites/default/files/civicrm/ConfigAndLog/CiviCRM*log* | |
htdocs/sites/default/files/css | |
htdocs/sites/default/files/js | |
# Common bin extensions | |
*.bin | |
*.mp3 | |
*.MP3 | |
*.flv | |
*.FLV | |
*.mov | |
*.MOV | |
*.avi | |
*.AVI | |
*.mp4 | |
*.MP4 | |
*.swp | |
*.log | |
*.jpg | |
*.JPG | |
*.jpeg | |
*.JPEG | |
*.bmp | |
*.BMP | |
*.png | |
*.PNG | |
*.gif | |
*.GIF | |
*.tiff | |
*.TIFF | |
*.DS_Store | |
*.doc | |
*.docx | |
*.ppt | |
*.pptx | |
*.xls | |
*.xlsx | |
wiki2 | |
htdocs | |
live* | |
backups | |
# Ignore NetBeans | |
nbproject |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment