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

Exclude build/development tools from releases using .gitattributes

This commit is contained in:
Greg Roach
2014-10-24 09:29:20 +01:00
parent bd9a450694
commit ecbb5ae376

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