chore: add .gitignore for node_modules and common Node.js files

This commit is contained in:
Javier Sanchez 2025-06-24 12:19:18 +00:00
parent 6eeccee186
commit 80b7374acf

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
node_modules/
.env
*.log
dist/
coverage/
.DS_Store
npm-debug.log