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

This commit is contained in:
4NK Dev 2025-09-21 13:45:56 +00:00
parent 72bb222827
commit 6a6833ed12
2 changed files with 37 additions and 0 deletions

18
.cursorignore Normal file
View File

@ -0,0 +1,18 @@
# Cursor ignore file for sdk_common
target/
debug/
*.log
.env*
.DS_Store
coverage/
dist/
doc/diagrams/*.bk
doc/diagrams/*.pkp
doc/diagrams/*.tmp
doc/diagrams/*.dtmp
doc/diagrams/.$*.bkp
**/*.bk
**/*.pdb
**/*.pkp
**/*.tmp
**/*.dtmp

19
.dockerignore Normal file
View File

@ -0,0 +1,19 @@
# Docker ignore file for sdk_common
.git
target/
debug/
*.log
.env*
.DS_Store
coverage/
dist/
doc/diagrams/*.bk
doc/diagrams/*.pkp
doc/diagrams/*.tmp
doc/diagrams/*.dtmp
doc/diagrams/.$*.bkp
**/*.bk
**/*.pdb
**/*.pkp
**/*.tmp
**/*.dtmp