scratch-www/.gitignore

33 lines
530 B
Plaintext
Raw Normal View History

2015-09-03 03:08:58 +08:00
# OSX
.DS_Store
# NPM
/node_modules
npm-*
# Build
/build
2015-09-10 04:24:50 +08:00
# Locales
/locales
/intl
2015-09-10 04:24:50 +08:00
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
deploy.zip
2016-04-30 02:33:04 +08:00
ENV
2016-10-24 06:08:13 +08:00
# Test
/test/results/*
2016-10-24 06:08:13 +08:00
/.nyc_output
/coverage
/bin/lib/localized-urls.json
2018-03-21 22:00:52 +08: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/*