annotate core/.gitignore @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 129ea1e6d783
children
rev   line source
Chris@0 1 # Ignore node_modules folder created when installing core's JavaScript
Chris@0 2 # dependencies.
Chris@0 3 node_modules
Chris@17 4 yarn-error.log
Chris@0 5
Chris@0 6 # Ignore overrides of core's phpcs.xml.dist and phpunit.xml.dist.
Chris@0 7 phpcs.xml
Chris@0 8 phpunit.xml
Chris@0 9
Chris@0 10 # Ignore package-lock.json that is automatically created when adding
Chris@0 11 # dependencies by users of NPMv5.
Chris@0 12 package-lock.json
Chris@17 13
Chris@17 14 # Ignore test reports
Chris@17 15 reports
Chris@17 16
Chris@17 17 # Ignore local Nightwatch settings
Chris@17 18 nightwatch.settings.json
Chris@17 19
Chris@17 20 # Ignore dotenv
Chris@17 21 .env