Files
talk/.dockerignore
T
Wyatt Johnson 76d198f2a6 [next] Production Usage (#1808)
* feat: docker + compression support + headers

* fixed bug with dependancies
2018-09-04 18:36:17 +00:00

31 lines
436 B
Plaintext

# excluded because we'll likely need to rebuild this.
node_modules
# static assets are rebuild in the docker container.
dist
# tests are not run in the docker container.
__tests__
# we won't use the .git folder in production.
.git
# hide the environment config.
.env
# don't include logs.
npm-debug.log*
yarn-error.log
# hide OS specific files.
.idea/
.vs
.docz
*.swp
*.DS_STORE
# hide generated files.
*.css.d.ts
__generated__