From 5ff88902a74bb6441069e30699bd316df2c00085 Mon Sep 17 00:00:00 2001 From: LunaStev Date: Thu, 26 Dec 2024 22:06:27 +0900 Subject: [PATCH] Delete Zig-related files that are no longer needed in .gitignore and add Rust-related files --- .gitignore | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 84faa3d..99cd148 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,11 @@ -zig-cache/ -zig-out/ -build/ -build-*/ -docgen_tmp/ +# Rust Build Output +target/ + +# OS and IDE related files +.DS_Store +.idea/ +.vscode/ + +# Additional files to ignore as needed +*.log +*.tmp \ No newline at end of file