Skip to content

Commit 50949b1

Browse files
committed
增加忽略eclipse本地配置文件目录
1 parent f0432e6 commit 50949b1

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed

.gitignore

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
*.class
2-
test-output
3-
4-
# Mobile Tools for Java (J2ME)
5-
.mtj.tmp/
6-
7-
# Package Files #
8-
*.jar
9-
*.war
10-
*.ear
11-
12-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
13-
hs_err_pid*
14-
15-
target
16-
.project
17-
.classpath
18-
19-
sw-pom.xml
20-
*.iml
21-
test-config.xml
22-
.idea
1+
*.class
2+
test-output
3+
4+
# Mobile Tools for Java (J2ME)
5+
.mtj.tmp/
6+
7+
# Package Files #
8+
*.jar
9+
*.war
10+
*.ear
11+
12+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
13+
hs_err_pid*
14+
15+
target
16+
.project
17+
.classpath
18+
.settings
19+
20+
sw-pom.xml
21+
*.iml
22+
test-config.xml
23+
.idea

0 commit comments

Comments
 (0)