Files
talk/.dockerignore
T
Wyatt Johnson b63c00f26f [next] Auth (#2257)
* feat: improved auth features + performance

* fix: auth check logic

* fix: tests
2019-04-15 19:46:55 +02:00

31 lines
419 B
Plaintext

# tests are not run in the docker container.
__tests__
coverage
# we won't use the .git folder in production.
.git
# don't include the dependancies
node_modules
# don't include any logs
npm-debug.log*
# don't include any yarn files
yarn-error.log
yarn.lock
# don't include any OS/editor files
.env
.idea/
.vs
.docz
*.swp
*.DS_STORE
# don't include any generated files
dist
*.css.d.ts
__generated__
README.md.orig