mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-21 02:08:24 -05:00
32 lines
530 B
Text
32 lines
530 B
Text
# OSX
|
|
.DS_Store
|
|
|
|
# NPM
|
|
/node_modules
|
|
npm-*
|
|
|
|
# Build
|
|
/build
|
|
|
|
# Locales
|
|
/locales
|
|
/intl
|
|
|
|
# Elastic Beanstalk Files
|
|
.elasticbeanstalk/*
|
|
!.elasticbeanstalk/*.cfg.yml
|
|
!.elasticbeanstalk/*.global.yml
|
|
deploy.zip
|
|
ENV
|
|
|
|
# Test
|
|
/test/results/*
|
|
/.nyc_output
|
|
/coverage
|
|
/bin/lib/localized-urls.json
|
|
/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/*
|