diff options
author | Sarath Nair <91882341+sarath-nair-sonarsource@users.noreply.github.com> | 2024-03-21 09:22:01 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-03-21 20:02:41 +0000 |
commit | 98cbcac22ba930c2cd8d21dde56c05f57c1f7f34 (patch) | |
tree | 81e33460931237e6a05b3d1f28744ef909159f01 /.gitignore | |
parent | 545155db89eb425dda1f05dc985d1b2da4b00e76 (diff) | |
download | sonarqube-98cbcac22ba930c2cd8d21dde56c05f57c1f7f34.tar.gz sonarqube-98cbcac22ba930c2cd8d21dde56c05f57c1f7f34.zip |
[NO-JIRA] Add vscode settings (#10780)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index cef8e6b81e2..651c1712063 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,6 @@ target/ out/ # ---- VS Code -.vscode/ *.code-workspace # Directories generated on build on Windows |