More udpates to gitignore and vendor.
This commit is contained in:
parent
d9f318c45a
commit
c6531471f5
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
2024/rust/target
|
2024/rust/target
|
||||||
2023/rust/target
|
2023/rust/target
|
||||||
*/target
|
*/target
|
||||||
|
2025/vendor
|
||||||
|
|||||||
0
2025/.gitignore
vendored
0
2025/.gitignore
vendored
@ -14,7 +14,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"require": {}
|
"require": {},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "sh start.sh"
|
"start": "sh start.sh"
|
||||||
}
|
}
|
||||||
|
|||||||
18
2025/composer.lock
generated
Normal file
18
2025/composer.lock
generated
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"_readme": [
|
||||||
|
"This file locks the dependencies of your project to a known state",
|
||||||
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
|
"This file is @generated automatically"
|
||||||
|
],
|
||||||
|
"content-hash": "27bdc8e2df9841256442f902f4485d9d",
|
||||||
|
"packages": [],
|
||||||
|
"packages-dev": [],
|
||||||
|
"aliases": [],
|
||||||
|
"minimum-stability": "dev",
|
||||||
|
"stability-flags": {},
|
||||||
|
"prefer-stable": false,
|
||||||
|
"prefer-lowest": false,
|
||||||
|
"platform": {},
|
||||||
|
"platform-dev": {},
|
||||||
|
"plugin-api-version": "2.6.0"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user