From 2769f1f5daf41aaba4518ed947b7e3bf23b9275d Mon Sep 17 00:00:00 2001 From: Toto Date: Tue, 6 Dec 2022 10:19:38 +0700 Subject: [PATCH 1/2] Update .gitattributes --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index b4f0b6cbb44..9bbb2c7aeb1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,8 @@ # the --prefer-dist option selected. Used to remove development # specific files so user has a clean download. +.github export-ignore + # git files .gitattributes export-ignore # .gitignore @@ -12,7 +14,8 @@ phpdoc.dist.xml export-ignore # Misc other files -readme.rst +.editorconfig export-ignore +phpdoc.dist.xml export-ignore # They don't want all of our tests... tests/codeigniter/ export-ignore @@ -21,3 +24,4 @@ tests/travis/ export-ignore # User Guide source files and compiled files user_guide_src export-ignore user_guide export-ignore +build-release.sh export-ignore From ceec27a9fe83755cc3079166cbcc0a7c0d84d091 Mon Sep 17 00:00:00 2001 From: totoprayogo1916 Date: Tue, 6 Dec 2022 10:31:57 +0700 Subject: [PATCH 2/2] add DCO.txt & contributing.md --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 9bbb2c7aeb1..e628cb9fd5c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,6 +16,8 @@ phpdoc.dist.xml export-ignore # Misc other files .editorconfig export-ignore phpdoc.dist.xml export-ignore +DCO.txt export-ignore +contributing.md export-ignore # They don't want all of our tests... tests/codeigniter/ export-ignore