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