From ce0d2683eab32da68856bd7002d815b25408781d Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Fri, 6 Mar 2026 01:39:46 +0100 Subject: [PATCH] Restored SDK to the repository --- .gitignore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitignore b/.gitignore index e798c05..aeb889d 100644 --- a/.gitignore +++ b/.gitignore @@ -56,16 +56,9 @@ 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 -# Ignore a specific large file everywhere -**/Assertions.inl - # Track its archive !**/Assertions.7z \ No newline at end of file