1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

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
.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