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