The documentation for setting up Aphlict instructs running npm install ws in the support/aphlict/server/ directory. At the time Aphlict was developed the node/npm tools did not create package-lock.json files.
This updates the .gitignore file to also ignore the package-lock.json file created from the installation.