Drupal.gitignore 677 字节
Newer Older
L
Luis Abreu 已提交
1 2
# Ignore configuration files that may contain sensitive information.
sites/*/*settings*.php
3
sites/example.sites.php
L
Luis Abreu 已提交
4 5

# Ignore paths that contain generated content.
J
Joe Hassick 已提交
6
files/
L
Luis Abreu 已提交
7 8
sites/*/files
sites/*/private
9
sites/*/translations
L
Luis Abreu 已提交
10 11 12

# Ignore default text files
robots.txt
J
Joe Hassick 已提交
13 14 15 16 17 18
/CHANGELOG.txt
/COPYRIGHT.txt
/INSTALL*.txt
/LICENSE.txt
/MAINTAINERS.txt
/UPGRADE.txt
L
Luis Abreu 已提交
19
/README.txt
J
John Nycz 已提交
20
sites/README.txt
21
sites/all/libraries/README.txt
J
Joe Hassick 已提交
22 23
sites/all/modules/README.txt
sites/all/themes/README.txt
24

L
Luis Abreu 已提交
25
# Ignore everything but the "sites" folder ( for non core developer )
26
.htaccess
L
Luis Abreu 已提交
27 28
web.config
authorize.php
29 30 31 32 33 34 35
cron.php
index.php
install.php
update.php
xmlrpc.php
/includes
/misc
36
/modules
37 38
/profiles
/scripts
I
Ivan Zuzak 已提交
39
/themes