Skip to content

Commit 2373a47

Browse files
ZORDxDDNilesh17-cider
authored andcommitted
Update .dockerignore
commented the .csv line so that it can be uncommented when user has to ignore large .csv files Signed-off-by: realnilesh <nilesh.gupta110705@gmail.com>
1 parent 530dba1 commit 2373a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ temp/
6969
*.tar.gz
7070
*.zip
7171
*.rar
72-
*.csv
72+
# *.csv # Uncomment if you have large CSV data files you want to exclude from the build context.
7373
*.bak
7474
*.backup
7575

0 commit comments

Comments
 (0)