diff options
author | Frédéric Guillot <fred@kanboard.net> | 2019-07-25 19:56:09 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-07-25 19:56:09 -0700 |
commit | 6491cb513ee840166612a951d1f492fd770df87d (patch) | |
tree | becdb8fce599df479f5b769ab2e54ed6308aefc6 | |
parent | 8c396287ac871c1a5aaf0a4bc608df101f677d1d (diff) |
Ignore Dockerfiles from git archive
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index b4aa40ec..f4dbe5fd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,6 +8,7 @@ app/constants.php export-subst docker export-ignore Dockerfile export-ignore +Dockerfile.* export-ignore docker-compose.yml export-ignore Makefile export-ignore README.md export-ignore |