diff --git a/.gitignore b/.gitignore index ac504a2..687a90e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,4 @@ -# Zig build artifacts -zig-out/ zig-cache/ - -# OS generated files -.DS_Store -Thumbs.db - -# IDE settings -.vscode/ \ No newline at end of file +zig-out/ +.VSCode/ +.DS_Store \ No newline at end of file