Add .cache to .gitignore to exclude cache files from version control

This commit is contained in:
brunoherbelin
2025-11-10 23:08:54 +01:00
parent 8f6adbd77f
commit 17699297f3

1
.gitignore vendored
View File

@@ -35,3 +35,4 @@ flatpak/build/
build/
.vscode/
.cache/