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

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

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

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