chore(repo): normalize ignore policy and repository metadata paths

This commit is contained in:
José René White Enciso 2026-03-06 08:17:46 -06:00
parent 236dfee7c0
commit c54167a6b4
4 changed files with 20 additions and 50 deletions

58
.gitignore vendored
View File

@ -1,53 +1,23 @@
# AgileWebs local orchestration # Repository orchestration folders (local only)
.repo-tasks/
.repo-context/
.tasks/ .tasks/
.agile/ .agile/
# Build artifacts # .NET build outputs
**/[Bb]in/ **/bin/
**/[Oo]bj/ **/obj/
/**/out/
/**/artifacts/
# IDE and editor files
.vs/ .vs/
.idea/ TestResults/
.vscode/ **/TestResults/
*.suo
*.user *.user
*.userosscache *.suo
*.sln.docstates
*.rsuser *.rsuser
*.swp
*.swo
# NuGet # IDE
.idea/
# Package artifacts
*.nupkg *.nupkg
*.snupkg *.snupkg
**/packages/* artifacts/
!**/packages/build/
# Test output
**/TestResults/
*.trx
*.coverage
*.coveragexml
# Logs
*.log
logs/
# Local environment files
.env
.env.*
!.env.example
# Docker
.docker/
**/.docker/
*.pid
docker-compose.override.yml
docker-compose.*.override.yml
# OS files
.DS_Store
Thumbs.db

View File

@ -3,8 +3,8 @@
<Authors>AgileWebs</Authors> <Authors>AgileWebs</Authors>
<Company>AgileWebs</Company> <Company>AgileWebs</Company>
<RepositoryType>git</RepositoryType> <RepositoryType>git</RepositoryType>
<RepositoryUrl>http://192.168.68.156:3000/AgileWebs/blueprint-platform</RepositoryUrl> <RepositoryUrl>http://192.168.10.100:3000/AgileWebs/blueprint-platform</RepositoryUrl>
<PackageProjectUrl>http://192.168.68.156:3000/AgileWebs/blueprint-platform</PackageProjectUrl> <PackageProjectUrl>http://192.168.10.100:3000/AgileWebs/blueprint-platform</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -7,8 +7,8 @@ Validate that Gitea can be used as the package registry for cross-repo consumpti
## Validated Environment ## Validated Environment
- Date: 2026-02-25 - Date: 2026-02-25
- Gitea URL: `http://192.168.68.156:3000` - Gitea URL: `http://192.168.10.100:3000`
- Organization feed: `http://192.168.68.156:3000/api/packages/AgileWebs/nuget/index.json` - Organization feed: `http://192.168.10.100:3000/api/packages/AgileWebs/nuget/index.json`
- Auth mode: Basic auth using Gitea login + token - Auth mode: Basic auth using Gitea login + token
## Prerequisites ## Prerequisites
@ -24,7 +24,7 @@ Because the current feed is HTTP, source entries must allow insecure connections
```xml ```xml
<packageSources> <packageSources>
<clear /> <clear />
<add key="gitea-org" value="http://192.168.68.156:3000/api/packages/AgileWebs/nuget/index.json" allowInsecureConnections="true" /> <add key="gitea-org" value="http://192.168.10.100:3000/api/packages/AgileWebs/nuget/index.json" allowInsecureConnections="true" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources> </packageSources>
<packageSourceCredentials> <packageSourceCredentials>

View File

@ -15,7 +15,7 @@
- Publish packages independently from this repository. - Publish packages independently from this repository.
- Maintain explicit package dependency on `Core.Blueprint.Common` for all feature modules. - Maintain explicit package dependency on `Core.Blueprint.Common` for all feature modules.
- Keep package identifiers stable to protect downstream compatibility. - Keep package identifiers stable to protect downstream compatibility.
- Use Gitea org feed: `http://192.168.68.156:3000/api/packages/AgileWebs/nuget/index.json`. - Use Gitea org feed: `http://192.168.10.100:3000/api/packages/AgileWebs/nuget/index.json`.
## Stable Version Matrix ## Stable Version Matrix