From 1aba3c0f479f5cb8ae32ee2c9e6454e49e967254 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Thu, 13 Apr 2023 23:56:09 +0200 Subject: [PATCH 1/2] Add gitattributes file --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes 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 From 058498b56df375b7d8fc80c6eb7ba10c22920b06 Mon Sep 17 00:00:00 2001 From: Tobias Feijten Date: Tue, 4 Jul 2023 19:17:16 +0200 Subject: [PATCH 2/2] Add .gitattributes for Resources/js --- Resources/js/.gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Resources/js/.gitattributes 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