Add clangd files to .gitignore (#318)

This commit is contained in:
Tyler Veness
2021-11-21 17:30:10 -08:00
committed by GitHub
parent 5a13739818
commit 9df25eda88

8
.gitignore vendored
View File

@@ -115,6 +115,14 @@ fabric.properties
**/dependency-reduced-pom.xml
# photon-server/photon-vision.iml
# compile_commands
compile_commands.json
# clang configuration and clangd cache
.clang
.clangd/
.cache/
New client/photon-client/*
*.prefs