git ignore .ccls-cache (#161340)

Ignore the cache directory from the ccls extension to VSCode.
This commit is contained in:
Jim Graham 2025-01-08 16:10:05 -08:00 committed by GitHub
parent 05899f84c6
commit 41a8939428
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitignore vendored
View File

@ -27,6 +27,7 @@ bin/internal/engine.version
.project .project
.settings/ .settings/
.vscode/* .vscode/*
.ccls-cache
# Flutter repo-specific # Flutter repo-specific
/bin/cache/ /bin/cache/