Commit f8157be1 authored by erreiip's avatar erreiip
Browse files

Mise a jour pour que tout ça soit correct

parent 9b35e39e
Loading
Loading
Loading
Loading

.idea/.gitignore

deleted100644 → 0
+0 −8
Changes for .idea/.gitignore: 0 added lines, 8 removed lines.
Original line number Diff line number Diff line
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

.idea/JeuAssemblage.iml

deleted100644 → 0
+0 −9
Changes for .idea/JeuAssemblage.iml: 0 added lines, 9 removed lines.
Original line number Diff line number Diff line
<?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>
 No newline at end of file

.idea/ant.xml

deleted100644 → 0
+0 −7
Changes for .idea/ant.xml: 0 added lines, 7 removed lines.
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="AntConfiguration">
    <buildFile url="file://$PROJECT_DIR$/jeuAssemblage/build.xml" />
    <buildFile url="file://$PROJECT_DIR$/piece_puzzle/build.xml" />
  </component>
</project>
 No newline at end of file
+0 −9
Changes for .idea/libraries/jeuAssemblage_0_1.xml: 0 added lines, 9 removed lines.
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="jeuAssemblage-0.1">
    <CLASSES>
      <root url="jar://$PROJECT_DIR$/jeuAssemblage/dist/jeuAssemblage-0.1.jar!/" />
    </CLASSES>
    <JAVADOC />
    <SOURCES />
  </library>
</component>
 No newline at end of file

.idea/libraries/lib.xml

deleted100644 → 0
+0 −10
Changes for .idea/libraries/lib.xml: 0 added lines, 10 removed lines.
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="lib">
    <CLASSES>
      <root url="jar://$PROJECT_DIR$/jeuAssemblage/lib/flatlaf-2.6.jar!/" />
      <root url="jar://$PROJECT_DIR$/jeuAssemblage/lib/pieces_puzzle-0.1.0.jar!/" />
    </CLASSES>
    <JAVADOC />
    <SOURCES />
  </library>
</component>
 No newline at end of file
Loading