Skip to content

Commit

Permalink
Update .gitignore for VSCode (#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieufortin01 committed Dec 21, 2022
1 parent 048731e commit ca7ee71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -15,6 +15,9 @@
.settings/
bin/

# VSCode
.vscode/

# Gradle & builds
build
build-cache
Expand All @@ -26,4 +29,4 @@ classes
*.log

# Used to check reproducibility of Mockito jars
checksums/
checksums/

0 comments on commit ca7ee71

Please sign in to comment.