Skip to content

Commit 7ac47ac

Browse files
authored
Ignore the .vscdoe directory in git (#227)
1 parent f8b55fd commit 7ac47ac

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.gitignore

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,21 @@ target/
44
.settings/
55
.svn/
66
bin/
7-
# Intellij
8-
*.ipr
9-
*.iml
10-
.idea
117
out/
12-
.DS_Store
138
/bootstrap
149
/dependencies.xml
1510
.java-version
1611
.checkstyle
1712
.factorypath
13+
14+
# Intellij
15+
*.ipr
16+
*.iml
17+
.idea
18+
19+
#VSCode
20+
.vscode
21+
22+
#Mac
23+
.DS_Store
24+

0 commit comments

Comments
 (0)