From e8f9b95bdbaa855fd35339c5e35b8b84bc7394ea Mon Sep 17 00:00:00 2001 From: "A. Said Aslan" Date: Fri, 6 Mar 2020 18:04:36 +0300 Subject: [PATCH] Update Drupal.gitignore Removed: /composer.json /composer.lock Added: /.ht.router.php /INSTALL.txt --- Drupal.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Drupal.gitignore b/Drupal.gitignore index 1c101273f5..8421b86412 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -23,25 +23,25 @@ # Ignore drupal core (if not versioning drupal sources) /core +/vendor /modules/README.txt /profiles/README.txt +/themes/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 +/.ht.router.php /.htaccess /autoload.php -/composer.json -/composer.lock /example.gitignore /index.php +/INSTALL.txt /LICENSE.txt /README.txt /robots.txt