X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2F.gitignore;h=6b71af77a2666cb9e93b9636254f4a4661472066;hp=be42d48852f083a025976b26e72748f688e127a7;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c 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