From 7e73782a7d51b40a558b74793c1d6c1abdea857d Mon Sep 17 00:00:00 2001 From: Botahamec Date: Thu, 8 Jul 2021 20:32:44 -0400 Subject: here's what i have so far --- .idea/.gitignore | 8 ++++++++ .idea/checkers.iml | 14 ++++++++++++++ .idea/compilerexplorer.settings.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 7 +++++++ 5 files changed, 44 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/checkers.iml create mode 100644 .idea/compilerexplorer.settings.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..4aa91ea --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/checkers.iml b/.idea/checkers.iml new file mode 100644 index 0000000..23ef6ec --- /dev/null +++ b/.idea/checkers.iml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/compilerexplorer.settings.xml b/.idea/compilerexplorer.settings.xml new file mode 100644 index 0000000..72b2444 --- /dev/null +++ b/.idea/compilerexplorer.settings.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..9a6e9b6 --- /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..89a0da2 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file -- cgit v1.2.3