File tree Expand file tree Collapse file tree 2 files changed +26
-6
lines changed
Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Original file line number Diff line number Diff line change @@ -27,3 +27,28 @@ gradle-app.setting
2727# Static Analysis Results Interchange Format
2828* .sarif
2929.dccache
30+
31+ # # Visual Studio Code
32+ # # https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
33+
34+ .vscode /*
35+ # !.vscode/settings.json
36+ ! .vscode /tasks.json
37+ ! .vscode /launch.json
38+ ! .vscode /extensions.json
39+ ! .vscode /* .code-snippets
40+
41+ # Local History for Visual Studio Code
42+ .history /
43+
44+ # Built Visual Studio Code Extensions
45+ * .vsix
46+
47+ # Sarif
48+ * .sarif
49+
50+ # SonarQube sonar-scanner (cli)
51+ .scannerwork
52+
53+ # Snyk Security Extension - AI Rules (auto-generated)
54+ .github /instructions /snyk_rules.instructions.md
Original file line number Diff line number Diff line change 22 "java.configuration.updateBuildConfiguration": "automatic",
33 "java.checkstyle.configuration": "${workspaceFolder}/checkstyle.xml",
44 "java.checkstyle.version": "10.10.0",
5- "sonarlint.connectedMode.project" : {
6- "connectionId" : " sir-gon" ,
7- "projectKey" : " sir-gon_algorithm-exercises-java"
8- },
95 "snyk.advanced.additionalParameters": "--exclude=.trunk,algorithm-exercises-java/build/reports",
10- "snyk.advanced.organization" : " 52c13fa7-37a8-4c92-a695-3352fb0c3586" ,
11- "snyk.advanced.autoSelectOrganization" : true
6+ "snyk.advanced.autoSelectOrganization": false
127}
You can’t perform that action at this time.
0 commit comments