Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit 7f3378f

Browse files
yichen88mathbagu
authored andcommitted
Fix gitignore
1 parent dd71be5 commit 7f3378f

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

Diff for: .gitignore

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
*.iml
2-
/.idea
1+
# Maven projects
32
/gse-afs-ext-base/target/
43
/gse-app/target/
54
/gse-demo/target/
@@ -9,3 +8,19 @@
98
/gse-spi/target/
109
/gse-util/target/
1110
/target/
11+
12+
# IntelliJ
13+
*.iml
14+
/.idea
15+
16+
# Eclipse projects
17+
.classpath
18+
.project
19+
org.eclipse.core.resources.prefs
20+
org.eclipse.jdt.core.prefs
21+
org.eclipse.m2e.core.prefs
22+
org.eclipse.jdt.groovy.core.prefs
23+
24+
# Log files
25+
powsybl.log
26+

0 commit comments

Comments
 (0)