.dockerignore 307 B

123456789101112131415161718
  1. *
  2. !.env.development
  3. !.env.production
  4. !.eslintrc.json
  5. !.npmrc
  6. !.prettierrc
  7. !excalidraw-app/
  8. !package.json
  9. !public/
  10. !packages/
  11. !tsconfig.json
  12. !yarn.lock
  13. # keep (sub)sub directories at the end to exclude from explicit included
  14. # e.g. ./packages/excalidraw/{dist,node_modules}
  15. **/build
  16. **/dist
  17. **/node_modules