1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-19 22:19:29 +02:00

Add VSCode config directory to .gitignore (#2147)

This commit is contained in:
Henri F 2024-06-16 13:04:06 -07:00 committed by GitHub
parent eecb4f0276
commit e3f153a6a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
.gitignore vendored
View File

@ -25,5 +25,6 @@ pnpm-lock.yaml
# Crowdin Config (Contains API Keys)
crowdin.yml
# Google's Project IDX files
# Google's Project IDX files and VSCode
.idx/
.vscode/