Skip to content

Instantly share code, notes, and snippets.

@bdombro
Last active August 29, 2015 14:01
Show Gist options
  • Save bdombro/f226f5b72aa20495d533 to your computer and use it in GitHub Desktop.
Save bdombro/f226f5b72aa20495d533 to your computer and use it in GitHub Desktop.
# 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
*.pdf
*.PDF
*.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