From 60aa9bb6d01dad48694a9cc5e53226c533bc3785 Mon Sep 17 00:00:00 2001 From: ADAM DAGHMAH Date: Mon, 8 Sep 2025 14:50:12 +0200 Subject: [PATCH] Add gitignore and remove node_modules from repo --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d4ab00c --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Node modules +node_modules/ + +# Build output +dist/ +build/ + +# Logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# OS files +.DS_Store +Thumbs.db + +# Env files +.env