提交 fcb11295 编写于 作者: C Coby Chapple

Merge pull request #392 from lmjabreu/patch-2

Added file exclusions, reformatted
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
...@@ -29,4 +35,3 @@ xmlrpc.php ...@@ -29,4 +35,3 @@ xmlrpc.php
/profiles /profiles
/scripts /scripts
/themes /themes
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册