fix: Add .vs folder to .gitignore (#466)

## Summary

* Adds Visual Studio project files folder to .gitignore

Otherwise:

<img width="425" height="193" alt="image"
src="https://github.com/user-attachments/assets/522d6eec-40c2-45d1-92af-01b0ec8f0dc1"
/>
This commit is contained in:
Yaroslav 2026-01-27 12:20:48 +03:00 committed by GitHub
parent 7a53342f9d
commit 67a679ab41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitignore vendored
View File

@ -4,5 +4,6 @@
.vscode .vscode
lib/EpdFont/fontsrc lib/EpdFont/fontsrc
*.generated.h *.generated.h
.vs
build build
**/__pycache__/ **/__pycache__/