From 69c105dde1cf04c42bd7f50b8ae9121d9731d0d5 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 12 Oct 2019 19:02:30 +0100 Subject: [PATCH] Add .gitignore to .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 7998461..a6c4b04 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,4 @@ CHANGELOG.md export-ignore .travis.yml export-ignore phpunit.xml.dist export-ignore UPGRADE-*.md export-ignore +.gitignore export-ignore