ci: docker_tag=ext - Update Dockerfiles with comprehensive dependencies and tools

This commit is contained in:
4NK Dev 2025-09-21 13:45:58 +00:00
parent 7246a27842
commit 684e03a754
2 changed files with 23 additions and 0 deletions

11
.cursorignore Normal file
View File

@ -0,0 +1,11 @@
# Cursor ignore file for sdk-signer-client
dist/
node_modules/
*.log
.env*
.DS_Store
coverage/
build/
tests/
.cache/
.tmp/

12
.dockerignore Normal file
View File

@ -0,0 +1,12 @@
# Docker ignore file for sdk-signer-client
.git
dist/
node_modules/
*.log
.env*
.DS_Store
coverage/
build/
tests/
.cache/
.tmp/