From e1a144480d478aa26bc6634f0c22dae455c8e503 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 8 Feb 2026 15:32:03 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B5=20other:=20Update=20gitignore,=20a?= =?UTF-8?q?dd=20phpcs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + phpcs.xml | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 phpcs.xml diff --git a/.gitignore b/.gitignore index 4f8935b..faf4484 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Notes/ .vscode/ +phpcs-results.txt diff --git a/phpcs.xml b/phpcs.xml new file mode 100644 index 0000000..bf766bd --- /dev/null +++ b/phpcs.xml @@ -0,0 +1,36 @@ + + + Coding Style Checks + + + + + + + + vendor/ + node_modules/ + + + + + + + + + + + + + + + + + + + + + + 0 + +