2a8e5aecfd
When the new back office UI sources where copied from former repository I didn't realize that the .gitignore had the package-lock.json file. This commit remove the package-lock.json file, so it can be tracked, in order to have reproducible builds. The lack of the file caused the build to fail due to `npm ci` requires it. Change-Id: Ibe493d0cd5762afe5caabe9b77a333fd6daa5373
6 lines
52 B
Plaintext
6 lines
52 B
Plaintext
node_modules
|
|
.DS_Store
|
|
.idea
|
|
/build/*
|
|
!/build/.keep
|