Commit 0da59a32 authored by 刘家荣's avatar 刘家荣 💬
Browse files

fix(.gitignore): clean files

parent d71d491d
Loading
Loading
Loading
Loading

.idea/.gitignore

deleted100644 → 0
+0 −8
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
+0 −5
Original line number Diff line number Diff line
<component name="ProjectCodeStyleConfiguration">
  <state>
    <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
  </state>
</component>
 No newline at end of file
+0 −8
Original line number Diff line number Diff line
<component name="InspectionProjectProfileManager">
  <profile version="1.0">
    <option name="myName" value="Project Default" />
    <inspection_tool class="AutoCloseableResource" enabled="true" level="WARNING" enabled_by_default="true">
      <option name="METHOD_MATCHER_CONFIG" value="java.util.Formatter,format,java.io.Writer,append,com.google.common.base.Preconditions,checkNotNull,org.hibernate.Session,close,java.io.PrintWriter,printf,java.io.PrintStream,printf,network.Server,newServerSocket" />
    </inspection_tool>
  </profile>
</component>
 No newline at end of file
+0 −14
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="alibaba.fastjson2" type="repository">
    <properties maven-id="com.alibaba.fastjson2:fastjson2:2.0.17" />
    <CLASSES>
      <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/fastjson2/fastjson2/2.0.17/fastjson2-2.0.17.jar!/" />
    </CLASSES>
    <JAVADOC>
      <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/fastjson2/fastjson2/2.0.17/fastjson2-2.0.17-javadoc.jar!/" />
    </JAVADOC>
    <SOURCES>
      <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/fastjson2/fastjson2/2.0.17/fastjson2-2.0.17-sources.jar!/" />
    </SOURCES>
  </library>
</component>
 No newline at end of file

.idea/libraries/io_vavr.xml

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="io.vavr" type="repository">
    <properties maven-id="io.vavr:vavr:0.10.4" />
    <CLASSES>
      <root url="jar://$MAVEN_REPOSITORY$/io/vavr/vavr/0.10.4/vavr-0.10.4.jar!/" />
      <root url="jar://$MAVEN_REPOSITORY$/io/vavr/vavr-match/0.10.4/vavr-match-0.10.4.jar!/" />
    </CLASSES>
    <JAVADOC />
    <SOURCES />
  </library>
</component>
 No newline at end of file
Loading