From ca1a5feba5ac5d4a173983316fdc23c4bb396073 Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Sat, 8 Jun 2019 14:58:18 +0200 Subject: [PATCH] [.gitattributes] Annotate export-ignore sections --- .gitattributes | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a141bb12..84736e47 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,13 +22,19 @@ *.RTF diff=astextplain # Ignore files in git archive (i.e. GitHub release builds) +## Docker Dockerfile export-ignore +.dockerignore export-ignore +## Travis .travis.yml export-ignore +## GitHub .github/ export-ignore +## Git .gitattributes export-ignore .gitignore export-ignore -.dockerignore export-ignore +## Scalingo scalingo.json export-ignore +## RSS-Bridge phpunit.xml export-ignore phpcs.xml export-ignore phpcompatibility.xml export-ignore