Commit 70fa7a8d authored by Moises Bensadon's avatar Moises Bensadon
Browse files

cleanup repo

parent 33e0c1a9
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+3 −0
Original line number Diff line number Diff line
*.ser
*.bin
target/

.idea/.gitignore

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
# Default ignored files
/shelf/
/workspace.xml

.idea/compiler.xml

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="CompilerConfiguration">
    <annotationProcessing>
      <profile name="Maven default annotation processors profile" enabled="true">
        <sourceOutputDir name="target/generated-sources/annotations" />
        <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
        <outputRelativeToContentRoot value="true" />
        <module name="Crawler" />
      </profile>
    </annotationProcessing>
  </component>
</project>
 No newline at end of file

.idea/encodings.xml

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="Encoding">
    <file url="file://$PROJECT_DIR$/Crawler/src/main/java" charset="UTF-8" />
    <file url="file://$PROJECT_DIR$/Crawler/src/main/resources" charset="UTF-8" />
  </component>
</project>
 No newline at end of file

.idea/group7.iml

deleted100644 → 0
+0 −9
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
Loading