scratch-www/.gitignore

33 lines
530 B
Text
Raw Permalink Normal View History

2015-09-02 15:08:58 -04:00
# OSX
.DS_Store
# NPM
/node_modules
npm-*
# Build
/build
2015-09-09 16:24:50 -04:00
# Locales
/locales
/intl
2015-09-09 16:24:50 -04:00
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
deploy.zip
2016-04-29 14:33:04 -04:00
ENV
2016-10-23 18:08:13 -04:00
# Test
/test/results/*
2016-10-23 18:08:13 -04:00
/.nyc_output
/coverage
/bin/lib/localized-urls.json
2018-03-21 10:00:52 -04:00
/test/integration-cypress/node_modules
/test/integration-cypress/cypress.env.json
/test/integration-cypress/cypress/screenshots
/test/integration-cypress/cypress/videos
/test/integration-cypress/package-lock.json
/test/integration/node_modules/*