core
core copied to clipboard
Add compile_commands.json and .cache to .gitignore
.cache directory holds clangd cached data, while compile_commands.json is read by clangd. Neither of these should be included in the repository.