Drupal.gitignore 611 字节
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.
S
Sepehr Lajevardi 已提交
5
cache/
J
Joe Hassick 已提交
6
files/
L
Luis Abreu 已提交
7 8 9 10 11 12
sites/*/files
sites/*/private

# Ignore default text files
.htaccess
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
Joe Hassick 已提交
20 21 22
sites/all/README.txt
sites/all/modules/README.txt
sites/all/themes/README.txt
23

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