add services/mam-api/.gitignore

This commit is contained in:
Zac Gaetano 2026-04-07 21:58:24 -04:00
parent 2938183b12
commit 43fe16831f

10
services/mam-api/.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
node_modules/
.env
.env.local
.DS_Store
*.log
npm-debug.log*
dist/
build/
.vscode/
.idea/