1
0
mirror of https://github.com/github/gitignore synced 2024-05-30 09:18:12 +02:00

* Updated comments

* added web.config and authorize.php
* tweaked settings.php path to also ignore stock example.settings.php file
* tweaked files and private folders paths to include all sites
This commit is contained in:
Luis Abreu 2012-07-15 18:53:32 +02:00
parent 4b6bf65bdf
commit 3bdb155bd2

View File

@ -1,23 +1,29 @@
sites/default/files # Ignore configuration files that may contain sensitive information.
sites/default/private sites/*/*settings*.php
sites/default/settings.php
# Ignore paths that contain generated content.
cache/ cache/
files/ files/
/README.txt sites/*/files
sites/*/private
# Ignore default text files
.htaccess
robots.txt
/CHANGELOG.txt /CHANGELOG.txt
/COPYRIGHT.txt /COPYRIGHT.txt
/INSTALL*.txt /INSTALL*.txt
/LICENSE.txt /LICENSE.txt
/MAINTAINERS.txt /MAINTAINERS.txt
/UPGRADE.txt /UPGRADE.txt
robots.txt /README.txt
sites/all/README.txt sites/all/README.txt
sites/all/modules/README.txt sites/all/modules/README.txt
sites/all/themes/README.txt sites/all/themes/README.txt
.htaccess
#for non core developer # Ignore everything but the "sites" folder ( for non core developer )
#only include "sites" folder without exclusions before web.config
authorize.php
cron.php cron.php
index.php index.php
install.php install.php
@ -28,5 +34,4 @@ xmlrpc.php
/modules /modules
/profiles /profiles
/scripts /scripts
/themes /themes