Files
.dependabot
.github
.storybook
cypress
dev-test
img
packages
scripts
website
.all-contributorsrc
.editorconfig
.eslintrc.js
.gitignore
.nvmrc
.prettierignore
.prettierrc
.stylelintrc
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
babel.config.js
commitlint.config.js
cypress.json
jest.config.js
lerna.json
netlify.toml
package.json
renovate.json
setupTestFramework.js
tsconfig.json
yarn.lock
static-cms/.gitignore
Erez Rokah 7e8084be87 chore: add proxy backend ()
* feat(backends): add proxy backend

* feat: add proxy server initial commit

* fix: move from joi to @hapi/joi

* test: add joi validation tests

* feat: proxy server initial implementations

* test: add tests, fix build

* chore: update yarn.lock

* build: fix develop command

* fix(back-proxy): fix bugs

* test(backend-proxy): add cypress tests

* chore: cleanup

* chore: support node 10

* chore: code cleanup

* chore: run cypress on ubuntu 16.04

* test(e2e): fix proxy backend cypress tests

* chore: don't start proxy server on yarn develop
2020-01-22 16:47:34 -05:00

21 lines
251 B
Plaintext

dist/
bin/
public/
node_modules/
npm-debug.log
.DS_Store
.tern-project
yarn-error.log
.vscode/
manifest.yml
.imdone/
website/data/contributors.json
cypress/videos
cypress/screenshots
__diff_output__
coverage/
.cache
*.log
.env
.temp/
storybook-static/