11 lines
139 B
Plaintext
11 lines
139 B
Plaintext
# Ignore build artefacts
|
|
build/
|
|
bin/
|
|
# Ignore IDE artefacts
|
|
.kdev4/
|
|
.cache/
|
|
*.kdev4
|
|
# Ignore run artefacts
|
|
imgui.ini
|
|
compile_commands.json
|