Chris@0: # Ignore node_modules folder created when installing core's JavaScript Chris@0: # dependencies. Chris@0: node_modules Chris@17: yarn-error.log Chris@0: Chris@0: # Ignore overrides of core's phpcs.xml.dist and phpunit.xml.dist. Chris@0: phpcs.xml Chris@0: phpunit.xml Chris@0: Chris@0: # Ignore package-lock.json that is automatically created when adding Chris@0: # dependencies by users of NPMv5. Chris@0: package-lock.json Chris@17: Chris@17: # Ignore test reports Chris@17: reports Chris@17: Chris@17: # Ignore local Nightwatch settings Chris@17: nightwatch.settings.json Chris@17: Chris@17: # Ignore dotenv Chris@17: .env