Skip to content

Instantly share code, notes, and snippets.

@asizikov
Last active September 29, 2020 11:16
Show Gist options
  • Save asizikov/146eaf6fc5a7eb20443abca93a6e3c8a to your computer and use it in GitHub Desktop.
Save asizikov/146eaf6fc5a7eb20443abca93a6e3c8a to your computer and use it in GitHub Desktop.
Pretty aggressive dockerignorefile
# Ignore everything
*
# Except /src and /tests directories as well as .sln file.
!/src/**
!/tests/**
!*.sln
**/*.user
**/obj/*
**/*.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment