From 697f3cba672293affd897403fabf0dbae8b11e9f Mon Sep 17 00:00:00 2001 From: Ming Tsay Date: Fri, 17 Mar 2023 13:52:47 +0800 Subject: [PATCH] init commit --- .idea/.gitignore | 8 ++++++++ .idea/modules.xml | 8 ++++++++ .idea/php-telegram-bot-pooling-example.iml | 8 ++++++++ .idea/php.xml | 19 +++++++++++++++++++ 4 files changed, 43 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/modules.xml create mode 100644 .idea/php-telegram-bot-pooling-example.iml create mode 100644 .idea/php.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..5683b8e --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php-telegram-bot-pooling-example.iml b/.idea/php-telegram-bot-pooling-example.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/php-telegram-bot-pooling-example.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..f324872 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + \ No newline at end of file