19 lines
290 B
Plaintext
19 lines
290 B
Plaintext
**/target
|
|
**/node_modules
|
|
**/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
|