Skip to content

Commit

Permalink
refactor: gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarniti4 committed Feb 27, 2022
1 parent 5f9f351 commit 808e490
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ Thumbs.db
/.pnp
.pnp.js

/approuter/webapp
/mta_archives

# testing
/coverage

Expand Down
2 changes: 1 addition & 1 deletion approuter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "approuter",
"dependencies": {
"@sap/approuter": "^10"
"@sap/approuter": "^10"
},
"scripts": {
"start": "node node_modules/@sap/approuter/approuter.js"
Expand Down

0 comments on commit 808e490

Please sign in to comment.