0
0

Add content and databases to dockerignore

This commit is contained in:
Sergey Chebotar 2023-06-13 08:59:22 +03:00
parent 771b921638
commit afdaabce8f

View File

@ -2,6 +2,7 @@
**/bin/
**/obj/
**/out/
**/wwwroot/Content
# files
Dockerfile*
@ -9,4 +10,5 @@ Dockerfile*
**/*.md
**/*.ps1
**/*.cmd
**/*.sh
**/*.sh
**/Database/*.db