Updated .gitignore and .idea/misc.xml

This commit is contained in:
Josh Larson
2024-11-30 18:13:37 -06:00
parent 068f942bf3
commit 0baf3dfed0
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -7,6 +7,7 @@ out
classes/
.classpath
.project
.kotlin
# IntelliJ-User Specific
.idea/**/workspace.xml
.idea/**/tasks.xml

2
.idea/misc.xml generated
View File

@@ -10,5 +10,5 @@
<component name="FrameworkDetectionExcludesConfiguration">
<file type="web" url="file://$PROJECT_DIR$" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" project-jdk-name="21" project-jdk-type="JavaSDK" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="21" project-jdk-type="JavaSDK" />
</project>