1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-15 10:34:02 +02:00

Merge pull request #128 from fisharebest/gitattributes

Exclude build/development tools from releases using .gitattributes
This commit is contained in:
Steve Clay
2014-10-30 18:58:02 -04:00

5
.gitattributes vendored Normal file
View File

@@ -0,0 +1,5 @@
/.editorconfig export-ignore
/.gitignore export-ignore
/.gitattributes export-ignore
/min_extras export-ignore
/min_unit_tests export-ignore