nested dockerignore doesnt work

This commit is contained in:
Bryan Stitt 2023-06-27 11:09:38 -07:00
parent 46ee5bf277
commit be22521d88
2 changed files with 3 additions and 4 deletions

View File

@ -11,10 +11,11 @@ perf.data.old
/Dockerfile /Dockerfile
/Jenkinsfile /Jenkinsfile
/bin /bin
/config/devel* /config/dev*.toml
/config/production* /config/prod*.toml
/data /data
/docker-compose* /docker-compose*
/docs /docs
/redis-cell-server/ /redis-cell-server/
/scripts
/target /target

View File

@ -1,2 +0,0 @@
!example.toml
*.toml