mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo.git
synced 2026-09-21 16:52:01 -07:00
23 lines
324 B
Plaintext
23 lines
324 B
Plaintext
# Keep Docker build contexts lean when building from the monorepo root.
|
|||
|
|
.git
|
||
|
|
.gitsigners
|
||
|
|
.worktrees
|
||
|
|
swarmforge
|
||
|
|
docs
|
||
|
|
doc
|
||
|
|
test
|
||
|
|
tools
|
||
|
|
specs
|
||
|
|
**/node_modules
|
||
|
|
**/coverage
|
||
|
|
**/leveldb
|
||
|
|
**/logs
|
||
|
|
**/tmp
|
||
|
|
**/target
|
||
|
|
**/.env
|
||
|
|
!psf-memo-indexer/production/docker/**/.env
|
||
|
|
psf-memo-client/build
|
||
|
|
psf-memo-indexer/production/data
|
||
|
|
*.md
|
||
|
|
!README.md
|