Selaa lähdekoodia

update .gitignore

xucaiqin 2 vuotta sitten
vanhempi
commit
8216c687fe
2 muutettua tiedostoa jossa 13 lisäystä ja 3 poistoa
  1. 13 0
      .gitignore
  2. 0 3
      .idea/.gitignore

+ 13 - 0
.gitignore

@@ -1,5 +1,6 @@
 # ---> Java
 *.class
+target
 
 # Mobile Tools for Java (J2ME)
 .mtj.tmp/
@@ -12,3 +13,15 @@
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 hs_err_pid*
 
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### VS Code ###
+.vscode
+
+### logs目录 ###
+logs
+

+ 0 - 3
.idea/.gitignore

@@ -1,3 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml