Stop tracking .idea folder and apply .gitignore

This commit is contained in:
Nicolas Amaya
2025-10-26 16:42:10 -06:00
parent 38fa7ef9fb
commit 82249f76ae
7 changed files with 3 additions and 46 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
# IntelliJ IDEA / JetBrains
# -------------------------------
.idea/

3
.idea/.gitignore generated vendored
View File

@@ -1,3 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml

9
.idea/CPSC-499.iml generated
View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@@ -1,16 +0,0 @@
<component name="libraryTable">
<library name="jgrapht.core" type="repository">
<properties maven-id="org.jgrapht:jgrapht-core:1.5.2" />
<CLASSES>
<root url="jar://$PROJECT_DIR$/Assignment-3/lib/jgrapht-core-1.5.2.jar!/" />
<root url="jar://$PROJECT_DIR$/Assignment-3/lib/jheaps-0.14.jar!/" />
<root url="jar://$PROJECT_DIR$/Assignment-3/lib/apfloat-1.10.1.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$PROJECT_DIR$/Assignment-3/lib/jgrapht-core-1.5.2-javadoc.jar!/" />
<root url="jar://$PROJECT_DIR$/Assignment-3/lib/jheaps-0.14-javadoc.jar!/" />
<root url="jar://$PROJECT_DIR$/Assignment-3/lib/apfloat-1.10.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES />
</library>
</component>

4
.idea/misc.xml generated
View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="corretto-1.8" project-jdk-type="JavaSDK" />
</project>

8
.idea/modules.xml generated
View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/CPSC-499.iml" filepath="$PROJECT_DIR$/.idea/CPSC-499.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml generated
View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>