소스 검색

忽略文件

baibx 3 달 전
부모
커밋
4e2fb9fc89
1개의 변경된 파일20개의 추가작업 그리고 0개의 파일을 삭제
  1. 20 0
      .gitignore

+ 20 - 0
.gitignore

@@ -0,0 +1,20 @@
1
+/.settings
2
+/bin
3
+*/target/*
4
+/logs
5
+*/out/
6
+
7
+# filter config files, except .gitignore
8
+*.MF
9
+!.gitignore
10
+*.iml
11
+*.exe
12
+# eclipse ignore
13
+.project
14
+.classpath
15
+# IDEA ignore
16
+.idea
17
+.class
18
+*.class
19
+*.log
20
+!application.properties