CrazyVulcan / CrazyVulcan.github.io

6 stars 0 forks source link

Cleanup of debug files and build files from repo #6

Closed SpinStabilized closed 6 years ago

SpinStabilized commented 6 years ago

Removed the package-lock.json which shouldn't actually be a part of the repository, only used in a local install of npm files. (The message about it being added to the repository is only if you are creating a new npm library for distribution, not an application built with npm.)

Removed the npm-debug.log and debug.log files that were created by the npm process and Windows, respectively.

Updated the .gitignore file to ensure these files are ignored in the repository during development and build processes in the future.