Remove .vscode from gitignore

It's intended for all files inside to be committed, as they act for pre-packaged configuration for the project.
This commit is contained in:
Stefano Pigozzi 2024-10-21 19:51:41 +02:00
parent d097697aef
commit 205ce7d100
No known key found for this signature in database
GPG key ID: 5ADA3868646C3FC0

4
.gitignore vendored
View file

@ -1,4 +1,4 @@
# Logs
Logs
logs
*.log
npm-debug.log*
@ -13,8 +13,6 @@ dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo