Sha256: a3c043643b44d0ea74dd349ff57a452bde6a0ef7ef9941f9d9ba8bf3b5f846a2

Contents?: true

Size: 805 Bytes

Versions: 5

Compression:

Stored size: 805 Bytes

Contents

# gitignore template for Drupal 7 projects
#
# It is recommended that you use `Drupal.gitignore` as this is the latest version

# Ignore configuration files that may contain sensitive information.
sites/*/*settings*.php
sites/example.sites.php

# Ignore paths that contain generated content.
files/
sites/*/files
sites/*/private
sites/*/translations

# Ignore default text files
robots.txt
/CHANGELOG.txt
/COPYRIGHT.txt
/INSTALL*.txt
/LICENSE.txt
/MAINTAINERS.txt
/UPGRADE.txt
/README.txt
sites/README.txt
sites/all/libraries/README.txt
sites/all/modules/README.txt
sites/all/themes/README.txt

# Ignore everything but the "sites" folder ( for non core developer )
.htaccess
web.config
authorize.php
cron.php
index.php
install.php
update.php
xmlrpc.php
/includes
/misc
/modules
/profiles
/scripts
/themes

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
forgitter-0.1.4 data/github/community/PHP/Drupal7.gitignore
forgitter-0.1.3 data/github/community/PHP/Drupal7.gitignore
forgitter-0.1.2 data/github/community/PHP/Drupal7.gitignore
forgitter-0.1.1 data/github/community/PHP/Drupal7.gitignore
forgitter-0.1.0 data/github/community/PHP/Drupal7.gitignore