From bb8fedb89974da21f34dccc7dbb807309be04e31d567bb45cc8efe2902a01692 Mon Sep 17 00:00:00 2001 From: John Crisp Date: Tue, 2 Sep 2025 14:23:24 +0200 Subject: [PATCH] Initial files --- .gitignore | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 822b30b..5db5ea3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # ---> Composer composer.phar /vendor/ - +*.code-workspace # Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file # composer.lock diff --git a/README.md b/README.md index 5eb75e2..bb36f07 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # rocket-chat-php-scripts -Some PHP scripts to manage Rocket via the API using this Class -https://github.com/alekseykuleshov/rocket-chat#login) \ No newline at end of file +Some PHP scripts to manage Rocket via the API using this Class +https://github.com/alekseykuleshov/rocket-chat#login \ No newline at end of file