diff options
author | A. Said Aslan <said_2107@hotmail.com> | 2020-03-11 15:44:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 09:44:55 -0300 |
commit | 4d4af94e22e9c8f14ea5e6fc5339f89430f34c61 (patch) | |
tree | 6d6cd9d3b00acd9cad79ffeb4373c01bfc91183a /Drupal.gitignore | |
parent | 863f9d209dc5a3b4e562a06a218677ab49a08f41 (diff) | |
download | gitignore-4d4af94e22e9c8f14ea5e6fc5339f89430f34c61.tar.gz gitignore-4d4af94e22e9c8f14ea5e6fc5339f89430f34c61.zip |
Update Drupal.gitignore (#3329)
Diffstat (limited to 'Drupal.gitignore')
-rw-r--r-- | Drupal.gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Drupal.gitignore b/Drupal.gitignore index 1c101273..8421b864 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 |