ignore vscode and clangd cache files (#2787)

Co-authored-by: chuancey <chuancey@mail.com>
pull/2801/head
CChuancey 2 years ago committed by GitHub
parent 326f8870c2
commit 826d8ba4b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored

@ -75,6 +75,8 @@ spdlogConfigVersion.cmake
# idea
.idea/
.cache/
.vscode/
cmake-build-*/
*.db
*.ipch

Loading…
Cancel
Save