Skip to content

Commit 1cd794c

Browse files
committed
Update gitignore
1 parent 0475e73 commit 1cd794c

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.gitignore

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1-
/target
2-
.vscode
1+
target
2+
3+
# mvn hpi:run
34
work
5+
6+
# IntelliJ IDEA project files
7+
*.iml
8+
*.iws
9+
*.ipr
10+
.idea
11+
12+
# Eclipse project files
13+
.settings
14+
.classpath
15+
.project
16+
17+
# VS code project files
18+
.vscode

0 commit comments

Comments
 (0)