aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuuta <yuuta@yuuta.moe>2023-11-29 16:45:34 -0800
committeryuuta <yuuta@yuuta.moe>2023-11-29 16:45:34 -0800
commit4fa1d50f79c5097ea3e6398d190ae553a904c7fb (patch)
tree6ee60446ad90a0e6578cefe880277783ed4c637e
parent931b9326de959a8af779bcdc26996feb4c1d410e (diff)
downloadjca-4fa1d50f79c5097ea3e6398d190ae553a904c7fb.tar
jca-4fa1d50f79c5097ea3e6398d190ae553a904c7fb.tar.gz
jca-4fa1d50f79c5097ea3e6398d190ae553a904c7fb.tar.bz2
jca-4fa1d50f79c5097ea3e6398d190ae553a904c7fb.zip
Add libraries and resource dir to Idea configuration file
Signed-off-by: yuuta <yuuta@yuuta.moe>
-rw-r--r--.gitignore1
-rw-r--r--.idea/misc.xml1
-rw-r--r--Project-Starter.iml5
3 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index db19a4c..1d5e8c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
workspace.xml
.gradle
build/
+out/
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 9e466d8..c8a3373 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CheckStyle-IDEA-workspace">
<option name="configuration">
diff --git a/Project-Starter.iml b/Project-Starter.iml
index 371516a..ce5c789 100644
--- a/Project-Starter.iml
+++ b/Project-Starter.iml
@@ -8,6 +8,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/test" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/main" isTestSource="false" />
+ <sourceFolder url="file://$MODULE_DIR$/src/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
@@ -27,5 +28,9 @@
<SOURCES />
</library>
</orderEntry>
+ <orderEntry type="library" name="flatlaf-3.2.5" level="project" />
+ <orderEntry type="library" name="flatlaf-intellij-themes-3.2.5" level="project" />
+ <orderEntry type="library" name="json-20231013" level="project" />
+ <orderEntry type="library" name="zxing-3.5.2" level="project" />
</component>
</module> \ No newline at end of file