gothinkster / aspnetcore-realworld-example-app

ASP.NET Core backend implementation for RealWorld
https://realworld.io
MIT License
1.94k stars 549 forks source link

Should .dockerignore include .git folder? #78

Closed phillijw closed 4 years ago

phillijw commented 4 years ago

https://github.com/gothinkster/aspnetcore-realworld-example-app/blob/master/.dockerignore

This file doesn't have the .git folder in it but I think you would normally want to ignore that. Is that true?

adamhathcock commented 4 years ago

Yeah, it should have it. I usually copy from gitignore so I forget

adamhathcock commented 4 years ago

Fixed