1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-02 03:12:37 +02: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

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