mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 10:57:28 +00:00
Add ignores for vscode
This commit is contained in:
parent
cdd802eeee
commit
a52cbe93a2
4 changed files with 54 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -5,4 +5,10 @@ target/*
|
|||
.idea
|
||||
*.iml
|
||||
/target
|
||||
.sts4-cache/
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
_site/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue