From 55936bcced7bf860b18c817cbc4a130a95e053f4 Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Wed, 20 Nov 2024 21:29:13 +0900 Subject: [PATCH] Add .gitattributes for export-ignore --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..be8d544 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +.gitattributes export-ignore +.github/ export-ignore +package-lock.json export-ignore +package.json export-ignore +phpstan.neon export-ignore +phpunit.xml.dist export-ignore +tests/ export-ignore +ts/ export-ignore +tsconfig.json export-ignore +yarn.lock export-ignore