From 35a0bb65ff1a22e86d36674da42c6872969c8a15 Mon Sep 17 00:00:00 2001 From: Puranjay Savar Mattas <68191388+psavarmattas@users.noreply.github.com> Date: Tue, 25 Jan 2022 23:03:20 +0530 Subject: [PATCH] Initial Commit Signed-off-by: psavarmattas --- .idea/.gitignore | 3 +++ .idea/misc.xml | 9 +++++++++ .idea/render.experimental.xml | 6 ++++++ README.md | 2 ++ 4 files changed, 20 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/misc.xml create mode 100644 .idea/render.experimental.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..ae29dfc --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/render.experimental.xml b/.idea/render.experimental.xml new file mode 100644 index 0000000..5cad4e0 --- /dev/null +++ b/.idea/render.experimental.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 4c7765b..2c4a8b4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # chatcom Chat with anyone you like through the power of chatcom. + +By PSM & Masood