From a7f1dcd6a558486ed0761d126aab243b53d3a63e Mon Sep 17 00:00:00 2001 From: Anirudh Sevugan Date: Sun, 2 Feb 2025 10:06:34 +0530 Subject: [PATCH] Update .gitignore --- .gitignore | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1a07445..b923994 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,16 @@ +# Ignore build directories +/build/ +/dist/ +/bin/ + +# Ignore system files (macOS, Windows) .DS_Store -dist/ +Thumbs.db + +# Ignore node_modules (if you are using Node.js) +node_modules/ + +# Ignore any other IDE/editor-specific files (VSCode, etc.) +.vscode/ +.idea/ +*.swp