Ignore files beginning with '..' in .gitignore

Add a '..*' pattern to .gitignore to exclude files that start with two dots.
This commit is contained in:
DosX 2026-05-03 14:35:07 +03:00
commit f748651449

3
.gitignore vendored
View file

@ -1,3 +1,4 @@
DIE-engine
.idea
.compiler_cache
.compiler_cache
..*