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
|
|
|
|
2015-10-16 11:01:58 +08:00
|
|
|
# Locales
|
2016-01-14 21:16:02 +08:00
|
|
|
/locales
|
2016-01-07 03:09:32 +08:00
|
|
|
/intl
|
2015-10-16 11:01:58 +08:00
|
|
|
|
2015-09-10 04:24:50 +08:00
|
|
|
# Elastic Beanstalk Files
|
|
|
|
.elasticbeanstalk/*
|
|
|
|
!.elasticbeanstalk/*.cfg.yml
|
|
|
|
!.elasticbeanstalk/*.global.yml
|
2015-11-04 01:51:45 +08:00
|
|
|
deploy.zip
|
2016-04-30 02:33:04 +08:00
|
|
|
ENV
|
2016-10-24 06:08:13 +08:00
|
|
|
|
|
|
|
# Test
|
2021-01-13 00:38:50 +08:00
|
|
|
/test/results/*
|
2016-10-24 06:08:13 +08:00
|
|
|
/.nyc_output
|
|
|
|
/coverage
|
2017-09-26 05:16:58 +08:00
|
|
|
/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
|
2018-05-09 04:20:57 +08:00
|
|
|
/test/integration/node_modules/*
|