git: added .cache/ to gitignore
This commit is contained in:
parent
ebdc1e50ae
commit
3825c0e0bb
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -2,7 +2,8 @@
|
|||
build/
|
||||
bin/
|
||||
# Ignore IDE artefacts
|
||||
.kdev4
|
||||
.kdev4/
|
||||
.cache/
|
||||
*.kdev4
|
||||
# Ignore run artefacts
|
||||
imgui.ini
|
||||
|
|
|
|||
Loading…
Reference in a new issue