chore: Add .gitignore with node_modules and build artifacts

This commit is contained in:
John Doe
2026-04-01 15:01:36 -04:00
parent f996f046ce
commit 36ec087b5f
+11
View File
@@ -0,0 +1,11 @@
.env
.env.local
node_modules/
**/node_modules/*
*.log
dist/
build/
coverage/
artifacts/
.tmp/
.cache/