mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Update default template to Drupal 8
Co-Authored-By: Luís Pedro Algarvio <lp@algarvio.org>
This commit is contained in:
parent
db1d52b2dd
commit
344e52b5ef
@ -1,39 +1,46 @@
|
|||||||
# Ignore configuration files that may contain sensitive information.
|
# gitignore template for Drupal 8 projects
|
||||||
sites/*/*settings*.php
|
#
|
||||||
sites/example.sites.php
|
# earlier versions of Drupal are tracked in `ecosystem/Python/`
|
||||||
|
|
||||||
# Ignore paths that contain generated content.
|
# Ignore configuration files that may contain sensitive information
|
||||||
files/
|
/sites/*/*settings*.php
|
||||||
sites/*/files
|
/sites/*/*services*.yml
|
||||||
sites/*/private
|
|
||||||
sites/*/translations
|
|
||||||
|
|
||||||
# Ignore default text files
|
# Ignore paths that may contain user-generated content
|
||||||
robots.txt
|
/sites/*/files
|
||||||
/CHANGELOG.txt
|
/sites/*/public
|
||||||
/COPYRIGHT.txt
|
/sites/*/private
|
||||||
/INSTALL*.txt
|
/sites/*/files-public
|
||||||
|
/sites/*/files-private
|
||||||
|
|
||||||
|
# Ignore paths that may contain temporary files
|
||||||
|
/sites/*/translations
|
||||||
|
/sites/*/tmp
|
||||||
|
/sites/*/cache
|
||||||
|
|
||||||
|
# Ignore drupal core (if not versioning drupal sources)
|
||||||
|
/core
|
||||||
|
/modules/README.txt
|
||||||
|
/profiles/README.txt
|
||||||
|
/sites/README.txt
|
||||||
|
/sites/example.sites.php
|
||||||
|
/sites/example.settings.local.php
|
||||||
|
/sites/development.services.yml
|
||||||
|
/themes/README.txt
|
||||||
|
/vendor
|
||||||
|
/.csslintrc
|
||||||
|
/.editorconfig
|
||||||
|
/.eslintignore
|
||||||
|
/.eslintrc.json
|
||||||
|
/.gitattributes
|
||||||
|
/.htaccess
|
||||||
|
/autoload.php
|
||||||
|
/composer.json
|
||||||
|
/composer.lock
|
||||||
|
/example.gitignore
|
||||||
|
/index.php
|
||||||
/LICENSE.txt
|
/LICENSE.txt
|
||||||
/MAINTAINERS.txt
|
|
||||||
/UPGRADE.txt
|
|
||||||
/README.txt
|
/README.txt
|
||||||
sites/README.txt
|
/robots.txt
|
||||||
sites/all/libraries/README.txt
|
/update.php
|
||||||
sites/all/modules/README.txt
|
/web.config
|
||||||
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
|
|
Loading…
Reference in New Issue
Block a user