Every time I reset my development-easy Dockers (i.e. run openemr-cmd up in the openemr/dockers/development-easy directory), the status of my copy of master changes:
$ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: ccdaservice/package-lock.json
no changes added to commit (use "git add" and/or "git commit -a")
Should the file
ccdaservice/package-lock.json
be added to the .gitignore file? I see that other files under the ccdaservice directory are already ignored.
# ccda service build
ccdaservice/node_modules
Thank you for your help.