Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / core / .gitignore
1 # Ignore node_modules folder created when installing core's JavaScript
2 # dependencies.
3 node_modules
4 yarn-error.log
5
6 # Ignore overrides of core's phpcs.xml.dist and phpunit.xml.dist.
7 phpcs.xml
8 phpunit.xml
9
10 # Ignore package-lock.json that is automatically created when adding
11 # dependencies by users of NPMv5.
12 package-lock.json
13
14 # Ignore test reports
15 reports
16
17 # Ignore local Nightwatch settings
18 nightwatch.settings.json
19
20 # Ignore dotenv
21 .env