view core/.gitignore @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 129ea1e6d783
children
line wrap: on
line source
# Ignore node_modules folder created when installing core's JavaScript
# dependencies.
node_modules
yarn-error.log

# Ignore overrides of core's phpcs.xml.dist and phpunit.xml.dist.
phpcs.xml
phpunit.xml

# Ignore package-lock.json that is automatically created when adding
# dependencies by users of NPMv5.
package-lock.json

# Ignore test reports
reports

# Ignore local Nightwatch settings
nightwatch.settings.json

# Ignore dotenv
.env