Skip to content

Commit 4bdd077

Browse files
authored
Merge pull request #127 from IABTechLab/sas-UID2-6299-docker-images
cache issue on build
2 parents 94bfb08 + c5ba424 commit 4bdd077

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.dockerignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Ignore non-existent directories that cause buildx cache key calculation errors
2+
web-integrations/styles
3+
4+
# Standard ignores
5+
node_modules/
6+
**/node_modules/
7+
.env
8+
.git/
9+
.idea/
10+
.DS_Store
11+

0 commit comments

Comments
 (0)