Update Drupal.gitignore (#3329)

This commit is contained in:
A. Said Aslan 2020-03-11 15:44:55 +03:00 committed by GitHub
parent 863f9d209d
commit 4d4af94e22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -23,25 +23,25 @@
# Ignore drupal core (if not versioning drupal sources) # Ignore drupal core (if not versioning drupal sources)
/core /core
/vendor
/modules/README.txt /modules/README.txt
/profiles/README.txt /profiles/README.txt
/themes/README.txt
/sites/README.txt /sites/README.txt
/sites/example.sites.php /sites/example.sites.php
/sites/example.settings.local.php /sites/example.settings.local.php
/sites/development.services.yml /sites/development.services.yml
/themes/README.txt
/vendor
/.csslintrc /.csslintrc
/.editorconfig /.editorconfig
/.eslintignore /.eslintignore
/.eslintrc.json /.eslintrc.json
/.gitattributes /.gitattributes
/.ht.router.php
/.htaccess /.htaccess
/autoload.php /autoload.php
/composer.json
/composer.lock
/example.gitignore /example.gitignore
/index.php /index.php
/INSTALL.txt
/LICENSE.txt /LICENSE.txt
/README.txt /README.txt
/robots.txt /robots.txt