sdk_client/.dockerignore

23 lines
256 B
Plaintext

# Docker ignore file for sdk_client
.git
target/
node_modules/
dist/
build/
coverage/
*.log
.env*
.DS_Store
.cache/
.tmp/
.parcel-cache/
tests/logs/
tests/reports/
**/*.map
**/*.min.*
**/*.wasm
**/*.{png,jpg,jpeg,svg,ico,pdf}
.vscode/
!.cursor/
!AGENTS.md