From 63116bd72ecbc60dbc0c6dfda6bde93483e79dd2 Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Wed, 6 Nov 2024 11:30:01 +0700 Subject: [PATCH] Remove phpcs (use in AIO) and .gitattributes (use .distignore) --- .distignore | 7 ++--- .gitattributes | 14 --------- phpcs.xml | 80 -------------------------------------------------- 3 files changed, 3 insertions(+), 98 deletions(-) delete mode 100644 .gitattributes delete mode 100644 phpcs.xml diff --git a/.distignore b/.distignore index 044627c..4d9e2b6 100644 --- a/.distignore +++ b/.distignore @@ -1,12 +1,11 @@ -/.git -/.github .DS_Store Thumbs.db +/.git +/.github tests +vendor .distignore -.gitattributes composer.json README.md -phpcs.xml \ No newline at end of file diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 092ca58..0000000 --- a/.gitattributes +++ /dev/null @@ -1,14 +0,0 @@ -# Normalize EOL=LF -* text=auto - -# Ignore files when export -.DS_Store export-ignore -Thumbs.db export-ignore - -tests export-ignore -.github export-ignore -.gitattributes export-ignore -*.json export-ignore -*.md export-ignore -*.txt export-ignore -phpcs.xml export-ignore \ No newline at end of file diff --git a/phpcs.xml b/phpcs.xml deleted file mode 100644 index 35152a2..0000000 --- a/phpcs.xml +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - . - - - /vendor/* - /tests/* - /.github/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file