From 45a16a268a489a8b3b1675c67be2b789a9a1191f Mon Sep 17 00:00:00 2001 From: notshop Date: Sun, 26 Apr 2026 16:34:55 +0000 Subject: [PATCH] chore: add .gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9c1f15c --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +node_modules/ +dist/ +.env +.env.local +*.log +.DS_Store +.replit +replit.nix +.cache/ +.local/ +migrations/