Add .gitignore to export ignore in .gitattribtutes

This commit is contained in:
Aidan Woods 2018-03-26 18:47:33 +01:00
parent e7fbbf537b
commit dd9f4036ee
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1,5 +1,6 @@
# Ignore all tests for archive
/test export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore