Add .compiler_cache to .gitignore

Add .compiler_cache to .gitignore to prevent committing compiler/build cache files.
This commit is contained in:
DosX 2026-03-16 14:03:06 +03:00
commit d98bf27657

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
DIE-engine
.idea
.idea
.compiler_cache