An opinionated Nix-based template to ease the development of C++ programs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gitignore: add .cache directory

`clangd` likes putting the indexes into there. however, I don't know how
much they can take relative to the project, and storage, especially Git
cloud storage, is finite.

bpavuk e83aab0a 4f532c2b

+1
+1
.gitignore
··· 1 1 build/ 2 + .cache/