More udpates to gitignore and vendor.

This commit is contained in:
dan612 2025-12-07 21:36:56 -05:00
parent d9f318c45a
commit c6531471f5
4 changed files with 20 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
2024/rust/target 2024/rust/target
2023/rust/target 2023/rust/target
*/target */target
2025/vendor

0
2025/.gitignore vendored
View File

View File

@ -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
View 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"
}