2012-07-15 18:53:32 +02:00
|
|
|
# Ignore configuration files that may contain sensitive information.
|
|
|
|
sites/*/*settings*.php
|
|
|
|
|
|
|
|
# Ignore paths that contain generated content.
|
2010-11-20 21:20:41 +01:00
|
|
|
files/
|
2012-07-15 18:53:32 +02:00
|
|
|
sites/*/files
|
|
|
|
sites/*/private
|
|
|
|
|
|
|
|
# Ignore default text files
|
|
|
|
robots.txt
|
2010-11-20 21:20:41 +01:00
|
|
|
/CHANGELOG.txt
|
|
|
|
/COPYRIGHT.txt
|
|
|
|
/INSTALL*.txt
|
|
|
|
/LICENSE.txt
|
|
|
|
/MAINTAINERS.txt
|
|
|
|
/UPGRADE.txt
|
2012-07-15 18:53:32 +02:00
|
|
|
/README.txt
|
2015-08-26 19:44:50 +02:00
|
|
|
sites/README.txt
|
2010-11-20 21:20:41 +01:00
|
|
|
sites/all/modules/README.txt
|
|
|
|
sites/all/themes/README.txt
|
2011-01-05 16:45:40 +01:00
|
|
|
|
2012-07-15 18:53:32 +02:00
|
|
|
# Ignore everything but the "sites" folder ( for non core developer )
|
2013-04-26 23:06:04 +02:00
|
|
|
.htaccess
|
2012-07-15 18:53:32 +02:00
|
|
|
web.config
|
|
|
|
authorize.php
|
2011-01-05 16:45:40 +01:00
|
|
|
cron.php
|
|
|
|
index.php
|
|
|
|
install.php
|
|
|
|
update.php
|
|
|
|
xmlrpc.php
|
|
|
|
/includes
|
|
|
|
/misc
|
2011-11-30 18:59:19 +01:00
|
|
|
/modules
|
2011-01-05 16:45:40 +01:00
|
|
|
/profiles
|
|
|
|
/scripts
|
2013-10-06 14:40:01 +02:00
|
|
|
/themes
|