chore: Add node_modules and build artifacts to .gitignore

This commit is contained in:
John Doe
2026-04-01 15:01:25 -04:00
parent ba90091a7c
commit e37d234ed4
+7
View File
@@ -1 +1,8 @@
.env
node_modules/
**/node_modules/*
*.log
dist/
build/
coverage/
.tmp/