Skip to content

Commit 5a22623

Browse files
kowyoicyJoseph
andauthored
example: remove duplicate items in .dockerignore (#91079)
Removed duplicate entries for cache and temporary directories. ```diff - # Cache directories and temporary data - .cache/ - .parcel-cache/ - .eslintcache - .stylelintcache - .turbo/ - .tmp/ # Cache directories and temporary data .cache/ .parcel-cache/ .eslintcache .stylelintcache .swc/ .turbo/ .tmp/ .temp/ ``` Co-authored-by: Joseph <joseph.chamochumbi@vercel.com>
1 parent 5e4a54e commit 5a22623

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/with-docker/.dockerignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,6 @@ docs/
7575
.circleci/
7676
Jenkinsfile
7777

78-
# Cache directories and temporary data
79-
.cache/
80-
.parcel-cache/
81-
.eslintcache
82-
.stylelintcache
83-
.turbo/
84-
.tmp/
8578
# Cache directories and temporary data
8679
.cache/
8780
.parcel-cache/

0 commit comments

Comments
 (0)