Sha256: 44a44f31b3f71fe42bf42d084bbc8c70aae03cf53c6df0bebd739ac1fef9e05c
Contents?: true
Size: 1.3 KB
Versions: 4
Compression:
Stored size: 1.3 KB
Contents
# gitignore template for Drupal 8 projects # # earlier versions of Drupal are tracked in `community/PHP/` # # follows official upstream conventions: # https://www.drupal.org/docs/develop/using-composer # Ignore configuration files that may contain sensitive information /web/sites/*/*settings*.php /web/sites/*/*services*.yml # Ignore paths that may contain user-generated content /web/sites/*/files /web/sites/*/public /web/sites/*/private /web/sites/*/files-public /web/sites/*/files-private # Ignore paths that may contain temporary files /web/sites/*/translations /web/sites/*/tmp /web/sites/*/cache # Ignore drupal core (if not versioning drupal sources) /web/vendor /web/core /web/modules/README.txt /web/profiles/README.txt /web/sites/development.services.yml /web/sites/example.settings.local.php /web/sites/example.sites.php /web/sites/README.txt /web/themes/README.txt /web/.csslintrc /web/.editorconfig /web/.eslintignore /web/.eslintrc.json /web/.gitattributes /web/.htaccess /web/.ht.router.php /web/autoload.php /web/composer.json /web/composer.lock /web/example.gitignore /web/index.php /web/INSTALL.txt /web/LICENSE.txt /web/README.txt /web/robots.txt /web/update.php /web/web.config # Ignore vendor dependencies and scripts /vendor /composer.phar /composer /robo.phar /robo /drush.phar /drush /drupal.phar /drupal
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
forgitter-0.1.4 | data/github/Drupal.gitignore |
forgitter-0.1.3 | data/github/Drupal.gitignore |
forgitter-0.1.2 | data/github/Drupal.gitignore |
forgitter-0.1.1 | data/github/Drupal.gitignore |