From bd23cc4c0d64caee0c7593a94a60b31685157eff Mon Sep 17 00:00:00 2001 From: sunaoka Date: Thu, 9 Jun 2022 11:05:08 +0900 Subject: [PATCH] Add .gitattributes to trim down the dist --- .gitattributes | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..11782c1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,26 @@ +.github/ export-ignore +crt/ export-ignore +ext/ export-ignore +tests/ export-ignore +.clang-format export-ignore +.clang-format-ignore export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.gitmodules export-ignore +CONTRIBUTING.md export-ignore +Makefile.frag export-ignore +Makefile.frag.w32 export-ignore +builder.json export-ignore +config.m4 export-ignore +config.w32 export-ignore +format-check.sh export-ignore +gen_api.php export-ignore +gen_stub.php export-ignore +package.xml-template_post export-ignore +package.xml-template_pre export-ignore +php-win.ini export-ignore +php.ini export-ignore +prepare_package_xml.sh export-ignore +prepare_release.sh export-ignore +run_tests export-ignore +run_tests.bat export-ignore