Drupal.gitignore 612 字节
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
sites/*/files
sites/*/private

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

L
Luis Abreu 已提交
23
# Ignore everything but the "sites" folder ( for non core developer )
24
.htaccess
L
Luis Abreu 已提交
25 26
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
I
Ivan Zuzak 已提交
37
/themes