mirror of https://gitee.com/oscc-project/iEDA.git
refactor: update .dockerignore to include files/dirs
This commit is contained in:
parent
d237c32f8f
commit
6f8f7cf064
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Reference in New Issue