diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-12-21 17:54:16 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-12-21 17:54:16 -0500 |
| commit | 63682deb929a1a201f4c344f0eaea5ae449b05ac (patch) | |
| tree | 3696db53fd13666c77afdc265ee8191cf1c2568d /.idea | |
| download | shrimpbot-js-63682deb929a1a201f4c344f0eaea5ae449b05ac.tar.gz shrimpbot-js-63682deb929a1a201f4c344f0eaea5ae449b05ac.tar.bz2 shrimpbot-js-63682deb929a1a201f4c344f0eaea5ae449b05ac.zip | |
Inital commit (aka start of this garbage dump
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/.gitignore | 5 | ||||
| -rw-r--r-- | .idea/ShrimpBot-JS.iml | 12 | ||||
| -rw-r--r-- | .idea/misc.xml | 7 | ||||
| -rw-r--r-- | .idea/modules.xml | 8 | ||||
| -rw-r--r-- | .idea/vcs.xml | 6 |
5 files changed, 38 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="WEB_MODULE" version="4"> + <component name="NewModuleRootManager"> + <content url="file://$MODULE_DIR$"> + <excludeFolder url="file://$MODULE_DIR$/temp" /> + <excludeFolder url="file://$MODULE_DIR$/.tmp" /> + <excludeFolder url="file://$MODULE_DIR$/tmp" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module>
\ 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="DiscordProjectSettings"> + <option name="show" value="ASK" /> + <option name="description" value="" /> + </component> +</project>
\ 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectModuleManager"> + <modules> + <module fileurl="file://$PROJECT_DIR$/.idea/ShrimpBot-JS.iml" filepath="$PROJECT_DIR$/.idea/ShrimpBot-JS.iml" /> + </modules> + </component> +</project>
\ 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> + </component> +</project>
\ No newline at end of file |
