Merge pull request #770 from ferrarimarco/dockerignore

Ignore .git and symlink .dockerignore
This commit is contained in:
Lukas Gravley 2020-09-28 08:34:02 -05:00 committed by GitHub
commit be6f3afa7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

1
.dockerignore Symbolic link
View file

@ -0,0 +1 @@
.gitignore

3
.gitignore vendored
View file

@ -66,3 +66,6 @@ typings/
# default output report
super-linter.report
# Git directory (useful for .dockerignore)
.git