Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / .gitignore
index be42d48852f083a025976b26e72748f688e127a7..6b71af77a2666cb9e93b9636254f4a4661472066 100644 (file)
@@ -1,6 +1,7 @@
 # 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
@@ -9,3 +10,12 @@ 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