Added Core repo files

This commit is contained in:
Toastie 2024-06-18 23:48:54 +12:00
parent a61b98a0f5
commit 044e4c87d9
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
8 changed files with 117 additions and 7 deletions

13
.dockerignore Normal file
View file

@ -0,0 +1,13 @@
# Ignore all files
*
# Don't ignore nugetconfig
!./NuGet.Config
# Don't ignore src projects
!src/**
!docker-entrypoint.sh
# ignore bin and obj folders in projects
src/**/bin/*
src/**/obj/*