Xteink-X4-crosspoint-reader/.gitignore
Boris Faure 8ffdbda46a
chore: .gitignore: add compile_commands.json & .cache
Both are use by clangd that can help IDE support.

Run `pio run --target compiledb` to generate `compile_commands.json`.
2026-01-27 17:28:31 +01:00

12 lines
120 B
Plaintext

.pio
.idea
.DS_Store
.vscode
lib/EpdFont/fontsrc
*.generated.h
.vs
build
**/__pycache__/
/compile_commands.json
/.cache