Skip to content

Commit 723697c

Browse files
committed
add gitignore files for vs code
1 parent 9d383a0 commit 723697c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,22 @@
2626
/webapp/src/main/webapp/public/resources/themes/idm
2727
/webapp/src/main/webapp/public/resources/themes/mdefault
2828
/webapp/src/main/webapp/public/resources/themes/mdefault44
29+
30+
# VS Code Project Files
31+
.vscode/*
32+
.vscode/*
33+
!.vscode/settings.json
34+
!.vscode/tasks.json
35+
!.vscode/launch.json
36+
!.vscode/extensions.json
37+
38+
**/.settings/
39+
*/.settings/
40+
**/*.classpath
41+
*/*.classpath
42+
**/*.factorypath
43+
*/*.factorypath
44+
**/*.project
45+
*/*.project
46+
47+

0 commit comments

Comments
 (0)