Browse Source

Update Drupal.gitignore (#3329)

pull/3337/head
A. Said Aslan 4 years ago
parent
commit
4d4af94e22
No account linked to committer's email address
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      Drupal.gitignore

+ 4
- 4
Drupal.gitignore View File



# 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

Loading…
Cancel
Save