This is an automated email from the ASF dual-hosted git repository. yasith pushed a commit to branch merge-portals in repository https://gitbox.apache.org/repos/asf/airavata-portals.git
commit 738f029f61b8f8aacd062acfccbbba13685ccf8a Author: Dimuthu Wannipurage <[email protected]> AuthorDate: Wed Aug 5 14:49:20 2020 -0400 ignoring the package-lock.json --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 46601c1a0..6b193204c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ venv/ **/__pycache__/ db.sqlite3 dist +airavata_mft/apps/workspace/package-lock.json \ No newline at end of file
