2021-08-16 06:09:51 -07:00
|
|
|
**/target
|
2021-08-05 05:32:47 -07:00
|
|
|
**/node_modules
|
2023-03-27 07:44:08 -07:00
|
|
|
**/bin
|
|
|
|
**/build
|
|
|
|
**/target
|
|
|
|
**/*artifact*
|
|
|
|
**/*cache*
|
|
|
|
**/.next
|
|
|
|
|
|
|
|
# All our TS projects are in `src` and the JS build output is in `lib`
|
|
|
|
# We should make sure that we exclude the ones that we really need in docker
|
|
|
|
**/lib
|
|
|
|
|
|
|
|
**/tsconfig.tsbuildinfo
|
|
|
|
|
|
|
|
.git
|
|
|
|
|
|
|
|
hermes/wormhole
|
2023-09-19 07:18:42 -07:00
|
|
|
!hermes/src/state/cache.rs
|