作者 丁雄超
  1 +# Windows-specific files that require CRLF:
  2 +*.bat eol=crlf
  3 +*.txt eol=crlf
  4 +
  5 +# Unix-specific files that require LF:
  6 +*.java eol=lf
  7 +*.sh eol=lf
  1 +target/
  2 +!.mvn/wrapper/maven-wrapper.jar
  3 +
  4 +## STS ##
  5 +.apt_generated
  6 +.classpath
  7 +.factorypath
  8 +.project
  9 +.settings
  10 +.springBeans
  11 +
  12 +## IntelliJ IDEA ##
  13 +.idea
  14 +*.iws
  15 +*.iml
  16 +*.ipr
  17 +vcs.xml
  18 +workspace.xml
  19 +
  20 +## JRebel ##
  21 +rebel.xml
  22 +
  23 +## MAC ##
  24 +.DS_Store
  25 +
  26 +## Other ##
  27 +logs/
  28 +temp/
  29 +.idea