From eab4899a21cb87d3c7967d29c0c3044708d08f53 Mon Sep 17 00:00:00 2001 From: Tobias Feijten Date: Tue, 4 Jul 2023 19:17:16 +0200 Subject: [PATCH] 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