add services/mam-api/.gitignore
This commit is contained in:
parent
2938183b12
commit
43fe16831f
1 changed files with 10 additions and 0 deletions
10
services/mam-api/.gitignore
vendored
Normal file
10
services/mam-api/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
node_modules/
|
||||
.env
|
||||
.env.local
|
||||
.DS_Store
|
||||
*.log
|
||||
npm-debug.log*
|
||||
dist/
|
||||
build/
|
||||
.vscode/
|
||||
.idea/
|
||||
Loading…
Reference in a new issue