.dockerignore 317 B

12345678910111213141516171819
  1. **/target
  2. **/node_modules
  3. **/bin
  4. **/build
  5. **/target
  6. **/*artifact*
  7. **/*cache*
  8. **/.next
  9. # All our TS projects are in `src` and the JS build output is in `lib`
  10. # We should make sure that we exclude the ones that we really need in docker
  11. **/lib
  12. **/tsconfig.tsbuildinfo
  13. .git
  14. hermes/wormhole
  15. !hermes/src/state/cache.rs