Ignore .git and symlink .dockerignore

This commit is contained in:
Marco Ferrari 2020-09-26 00:47:15 +02:00
parent a402c97ed6
commit e96a96eff8
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