소스 검색

更新 '.gitignore'

zhengjiahui 2 년 전
부모
커밋
7ef5ff3d4c
1개의 변경된 파일24개의 추가작업 그리고 10개의 파일을 삭제
  1. 24 10
      .gitignore

+ 24 - 10
.gitignore

@@ -1,14 +1,28 @@
-# ---> Java
-*.class
+# See http://help.github.com/ignore-files/ for more about ignoring files.
 
-# Mobile Tools for Java (J2ME)
-.mtj.tmp/
+# compiled output
+/*/target/
+# IDEs and editors
+.project
+.classpath
+.c9/
+*.launch
+.settings/
+*.sublime-workspace
 
-# Package Files #
-*.jar
-*.war
-*.ear
+# IDE
+*.iml
+.idea/*
+!.idea/vcs.xml
+!.idea/jsonSchemas.xml
+!.idea/encodings.xml
+!.idea/dictionaries
+!.idea/codeStyles
 
-# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
-hs_err_pid*
+# SVN
+.svn/
 
+#project
+
+.idea/
+jrebel-classpath-117992.jar