Skip to content

Commit 6ced79f

Browse files
committed
Updated .gitignore
1 parent 35b6ba5 commit 6ced79f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
log/
99
target/
1010

11-
# Intellij
11+
# IntelliJ
1212
.idea/
1313
*.iml
1414
*.iws
@@ -20,7 +20,10 @@ out/
2020
.project
2121
.settings/
2222

23-
# Package Files #
23+
# Visual Studio Code
24+
.vscode/
25+
26+
# Package Files
2427
*.jar
2528
*.war
2629
*.ear

0 commit comments

Comments
 (0)