mirror of
https://github.com/github/gitignore
synced 2024-11-01 01:28:44 +01:00
e5e18e6e53
Ignoring cache/ makes also necessary files ignored: modules/ctools/page_manager/plugins/cache/page_manager_context.inc modules/ctools/plugins/cache/simple.inc modules/ctools/plugins/cache/export_ui.inc See: https://drupal.org/comment/7001628#comment-7001628
37 lines
605 B
Plaintext
37 lines
605 B
Plaintext
# Ignore configuration files that may contain sensitive information.
|
|
sites/*/*settings*.php
|
|
|
|
# Ignore paths that contain generated content.
|
|
files/
|
|
sites/*/files
|
|
sites/*/private
|
|
|
|
# Ignore default text files
|
|
robots.txt
|
|
/CHANGELOG.txt
|
|
/COPYRIGHT.txt
|
|
/INSTALL*.txt
|
|
/LICENSE.txt
|
|
/MAINTAINERS.txt
|
|
/UPGRADE.txt
|
|
/README.txt
|
|
sites/all/README.txt
|
|
sites/all/modules/README.txt
|
|
sites/all/themes/README.txt
|
|
|
|
# Ignore everything but the "sites" folder ( for non core developer )
|
|
.htaccess
|
|
web.config
|
|
authorize.php
|
|
cron.php
|
|
index.php
|
|
install.php
|
|
update.php
|
|
xmlrpc.php
|
|
/includes
|
|
/misc
|
|
/modules
|
|
/profiles
|
|
/scripts
|
|
/themes
|