From 63682deb929a1a201f4c344f0eaea5ae449b05ac Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 21 Dec 2022 17:54:16 -0500 Subject: Inital commit (aka start of this garbage dump --- .idea/.gitignore | 5 +++++ .idea/ShrimpBot-JS.iml | 12 ++++++++++++ .idea/misc.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ 5 files changed, 38 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/ShrimpBot-JS.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml (limited to '.idea') diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/ShrimpBot-JS.iml b/.idea/ShrimpBot-JS.iml new file mode 100644 index 0000000..0c8867d --- /dev/null +++ b/.idea/ShrimpBot-JS.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..30bab2a --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..53823bf --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3