Ignore .git and .github directories when run dockerfile copy command.

This commit is contained in:
null31 2020-08-21 12:17:15 -03:00
parent 954a6fa4b4
commit d042fc5810
No known key found for this signature in database
GPG Key ID: CAB4CF4EE49720FF
1 changed files with 3 additions and 0 deletions

3
.dockerignore Normal file
View File

@ -0,0 +1,3 @@
# git directories
.git
.github