Dev: ignore vscode folder except launch.json (#36517)

This commit is contained in:
Jack Westbrook 2021-07-07 17:03:10 +02:00 committed by GitHub
parent fc90d47863
commit b23bfe1338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View File

@ -49,6 +49,8 @@ public/css/*.min.css
*.iml
*.tmp
.DS_Store
.vscode/
!.vscode/launch.json
.vs/
.eslintcache