X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fcore%2F.gitignore;h=6b71af77a2666cb9e93b9636254f4a4661472066;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=be42d48852f083a025976b26e72748f688e127a7;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/.gitignore b/web/core/.gitignore index be42d4885..6b71af77a 100644 --- a/web/core/.gitignore +++ b/web/core/.gitignore @@ -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