Add .gitignore for node_modules, env files, and build artifacts

This commit is contained in:
2026-04-05 11:58:41 +07:00
parent 170cdb1324
commit 38fe0b9d73

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
node_modules/
.wrangler/
.vercel/
.env
.env.*
plans/