mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
* Update NPM constraint and dependencies Requied: - NPM v8 → v10 Changed: - Fixed Node/NPM requirements in README. - Fixed dependency vulenerabilities. - Updated dependencies. - Removed obsolete Node flag `--experimental-json-modules`. - Replaced obsolete import `assert` keyword with `with`. * Update gitignore of assets to use wildcards --------- Co-authored-by: Deven Caron <devencaron@gmail.com>
14 lines
196 B
Plaintext
14 lines
196 B
Plaintext
node_modules
|
|
.DS_Store
|
|
Thumbs.db
|
|
loconfig.*.json
|
|
!loconfig.example.json
|
|
.prettierrc
|
|
|
|
www/assets/scripts/*
|
|
!www/assets/scripts/.gitkeep
|
|
www/assets/styles/*
|
|
!www/assets/styles/.gitkeep
|
|
|
|
assets.json
|