diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..45c4b62 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.* export-ignore +Tests export-ignore +phpunit export-ignore +phpunit.xml.dist export-ignore diff --git a/Resources/js/.gitattributes b/Resources/js/.gitattributes new file mode 100644 index 0000000..4ae5633 --- /dev/null +++ b/Resources/js/.gitattributes @@ -0,0 +1,3 @@ +router.test.js export-ignore +router_test.html export-ignore +run_jsunit.js export-ignore