From b255a99e0dca616bf4068f3b9dd976eae5448e71 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Tue, 23 May 2023 15:08:05 +0100 Subject: [PATCH] Add artifact output. --- .idea/artifacts/calmstdcrypt.xml | 8 ++++++++ .idea/runConfigurations.xml | 10 ---------- .idea/vcs.xml | 6 ++++++ 3 files changed, 14 insertions(+), 10 deletions(-) create mode 100644 .idea/artifacts/calmstdcrypt.xml delete mode 100644 .idea/runConfigurations.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/artifacts/calmstdcrypt.xml b/.idea/artifacts/calmstdcrypt.xml new file mode 100644 index 0000000..5ceb41d --- /dev/null +++ b/.idea/artifacts/calmstdcrypt.xml @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/out/artifacts/calmstdcrypt + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 93e4b17..0000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..c8397c9 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file