From bc83b3db98e63e1996e92cb007c8361f3b4fcec9 Mon Sep 17 00:00:00 2001 From: neoarz Date: Mon, 15 Dec 2025 23:14:18 -0500 Subject: [PATCH] feat: gitignore --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e48c338 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Dependencies +node_modules/ + +# Build outputs +dist/ +build/ + +# System Files +.DS_Store +Thumbs.db + +# Environment variables +.env +.env.local + +# Logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# IDEs +.vscode/ +.idea/