Ignore package lock

This commit is contained in:
Daniel Winning 2025-04-26 15:33:13 +01:00
parent bc453ff410
commit b1bba552c9
4 changed files with 3 additions and 17 deletions

1
.gitattributes vendored
View file

@ -1,5 +1,4 @@
/tests/ export-ignore
Jenkinsfile export-ignore
phpunit.xml export-ignore
.gitignore export-ignore
.gitattributes export-ignore

3
.gitignore vendored
View file

@ -3,4 +3,5 @@
/node_modules
/coverage
/.phpunit.result.cache
composer.lock
composer.lock
package-lock.json

View file

@ -1,6 +1,6 @@
# Loom | Dependency Injection Component Change Log
## [1.0.0] 2025-04-26
## [1.0.0] - 2025-04-26
### Added
- Initial release.
- Cloned from `lumax/dependency-injection-component`.

14
package-lock.json generated
View file

@ -1,14 +0,0 @@
{
"name": "dependency-injection",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@dannyxcii/badger": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@dannyxcii/badger/-/badger-0.4.1.tgz",
"integrity": "sha512-fK39595AbeKiajI6cxI+Odov+/r8aWXLItNELoxFhf59uzTEI6lL7JUm2t7GyBi0OZieO+7me1zWdRkIONdFOQ==",
"dev": true
}
}
}