.dockerignore 134 B

1234567891011
  1. *
  2. !.env.development
  3. !.env.production
  4. !.eslintrc.json
  5. !.npmrc
  6. !.prettierrc
  7. !package.json
  8. !public/
  9. !packages/
  10. !tsconfig.json
  11. !yarn.lock