From 2df0e0fc832819bcd2407fa6f82e8f28cd0c58ca Mon Sep 17 00:00:00 2001 From: angeljqv <79208641+angeljqv@users.noreply.github.com> Date: Mon, 13 Jun 2022 12:09:36 -0500 Subject: [PATCH 1/2] Update .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index bb6265e..ab39c64 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,10 +2,13 @@ # https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html # Ignore all test and documentation with "export-ignore". +/.github export-ignore /.gitattributes export-ignore /.gitignore export-ignore /.travis.yml export-ignore +/.php_cs.dist export-ignore /phpunit.xml.dist export-ignore /.scrutinizer.yml export-ignore /tests export-ignore /.editorconfig export-ignore +/CHANGELOG.md export-ignore From b9bc99e670591d966ec342133048b6f56be232ab Mon Sep 17 00:00:00 2001 From: angeljqv Date: Mon, 13 Jun 2022 12:13:26 -0500 Subject: [PATCH 2/2] Ignore php_cs cache --- .gitignore | 1 + .php_cs.cache | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .php_cs.cache diff --git a/.gitignore b/.gitignore index 24ef5c5..8bc560b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ docs vendor coverage tests/server/package-lock.json +.php_cs.cache diff --git a/.php_cs.cache b/.php_cs.cache deleted file mode 100644 index f66f021..0000000 --- a/.php_cs.cache +++ /dev/null @@ -1 +0,0 @@ -{"php":"8.0.3","version":"2.18.5","indent":" ","lineEnding":"\n","rules":{"blank_line_after_namespace":true,"braces":true,"class_definition":true,"constant_case":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"method_argument_space":{"on_multiline":"ensure_fully_multiline","keep_multiple_spaces_after_comma":true},"no_break_comment":true,"no_closing_tag":true,"no_spaces_after_function_name":true,"no_spaces_inside_parenthesis":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_class_element_per_statement":{"elements":["property"]},"single_import_per_statement":true,"single_line_after_imports":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"visibility_required":true,"encoding":true,"full_opening_tag":true,"array_syntax":{"syntax":"short"},"ordered_imports":{"sortAlgorithm":"alpha"},"no_unused_imports":true,"not_operator_with_successor_space":true,"trailing_comma_in_multiline_array":true,"phpdoc_scalar":true,"unary_operator_spaces":true,"binary_operator_spaces":true,"blank_line_before_statement":{"statements":["break","continue","declare","return","throw","try"]},"phpdoc_single_line_var_spacing":true,"phpdoc_var_without_name":true,"class_attributes_separation":{"elements":["method"]},"single_trait_insert_per_statement":true},"hashes":{"src\/RobotsTxt.php":2756145462,"src\/RobotsMeta.php":3792602502,"src\/RobotsHeaders.php":3731502293,"src\/Robots.php":3883080972,"tests\/RobotsHeadersTest.php":105355989,"tests\/RobotsTxtTest.php":4268517613,"tests\/TestCase.php":855669975,"tests\/RobotsTest.php":651922754,"tests\/RobotsMetaTest.php":335948072}} \ No newline at end of file