GIT: Drupal 7 GitIgnore
# Drupal 7 gitignore #
######################
# https://github.com/github/gitignore/blob/master/Drupal.gitignore
# Ignore configuration files that may contain sensitive information.
sites/*/*settings*.php
# Ignore core files
www/.editorconfig
www/.gitignore
www/.htaccess
www/authorize.php
www/CHANGELOG.txt
www/COPYRIGHT.txt
www/cron.php
www/index.php
www/INSTALL*.txt
www/install.php
www/INSTALL.txt
www/LICENSE.txt
www/MAINTAINERS.txt
www/README.txt
www/robots.txt
www/update.php
www/UPGRADE.txt
www/web.config
www/xmlrpc.php
# Ignore everything but the "sites" folder
www/includes
www/misc
www/modules
www/profiles
www/scripts
www/themes
www/tmp
# Ignore paths that contain generated content.
www/cache/
www/files/
www/sites/*/files
www/sites/*/private
www/sites/all/README.txt
www/sites/all/modules/README.txt
www/sites/all/themes/README.txt