refactor: update .dockerignore to include files/dirs

This commit is contained in:
0xharry 2025-09-09 02:41:20 +00:00
parent d237c32f8f
commit 6f8f7cf064
1 changed files with 13 additions and 10 deletions

View File

@ -1,10 +1,13 @@
.git
.gitee
.github
.vscode
build
docs
bin
scripts/foundry/sky130
scripts/design/sky130_gcd
**/target/
*
!cmake/
!scripts/hello.tcl
!scripts/design/ihp130_gcd/
!scripts/foundry/ihp130/ihp-sg13g2/libs.ref/
!src/
!build.sh
!CMakeLists.txt
!Dockerfile
!README.md
!README-CN.md
!LICENSE
!.git*