Skip to content

Instantly share code, notes, and snippets.

View adrianord's full-sized avatar
🏓

Adrian Ordonez adrianord

🏓
  • United States
  • 10:20 (UTC -04:00)
View GitHub Profile
@adrianord
adrianord / .dockerignore
Last active September 14, 2021 23:53
Generic DotNet Dockerfile using BuildKit `RUN --mount` directive to keep csproj structure.
# This is an example of what you might have in your .dockerignore. Some items can be omitted like `!/test/**` or added
# like `**/node_modules` if you have a node/frontend project.
*
!/*.sln
!/nuget.config
!/src/**
**/bin
**/obj
@adrianord
adrianord / wsl.conf
Created March 2, 2020 16:21
WSL Settings
[automount]
enabled = true
options = "metadata,uid=1000,gid=1000,umask=22,fmask=11"