Update .gitignore to ignore SDK sources and track archives

This commit is contained in:
2026-01-23 18:33:13 +01:00
parent 35831c3ec4
commit 0d63bfaa9e

8
.gitignore vendored
View File

@@ -55,3 +55,11 @@ Release/
# Ignore Mac system files (if applicable)
.DS_Store
# Ignore all SDK source files (cpp/hpp)
**/SDK/*.cpp
**/SDK/*.hpp
# Track archives (zip or 7z) in any SDK folder
!**/SDK/*.zip
!**/SDK/*.7z