.dockerignore 317 B

12345678910111213141516171819
  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. !scripts/
  12. !tsconfig.json
  13. !yarn.lock
  14. # keep (sub)sub directories at the end to exclude from explicit included
  15. # e.g. ./packages/excalidraw/{dist,node_modules}
  16. **/build
  17. **/dist
  18. **/node_modules