Files
Anatolii Grynchuk b5214973ce chore: exclude NuGet.Config from docker build context
NuGet.Config sets globalPackagesFolder to %USERPROFILE% for Windows.
Docker Linux builds must not inherit this - they use /root/.nuget/packages by default.

Ref: IT-628

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-02 03:23:04 +03:00

9 lines
84 B
Plaintext

**/.git
**/.vs
**/.idea
**/bin
**/obj
**/*.user
**/*.suo
**/TestResults
NuGet.Config