Files
talk/.dockerignore
T
Wyatt Johnson 87aba459d6 README.md Update (#3045)
* chore: update README.md

* fix: removed README from doctoc

* fix: replaced emoji codes with emjoi

* fix: removed emoji's due to browser rendering issues
2020-07-24 19:06:33 +00:00

30 lines
404 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__