We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d383a0 commit 723697cCopy full SHA for 723697c
.gitignore
@@ -26,3 +26,22 @@
26
/webapp/src/main/webapp/public/resources/themes/idm
27
/webapp/src/main/webapp/public/resources/themes/mdefault
28
/webapp/src/main/webapp/public/resources/themes/mdefault44
29
+
30
+# VS Code Project Files
31
+.vscode/*
32
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