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/
.agile/
# Build artifacts
**/[Bb]in/
**/[Oo]bj/
/**/out/
/**/artifacts/
# IDE and editor files
# .NET build outputs
**/bin/
**/obj/
.vs/
.idea/
.vscode/
*.suo
TestResults/
**/TestResults/
*.user
*.userosscache
*.sln.docstates
*.suo
*.rsuser
*.swp
*.swo
# NuGet
# IDE
.idea/
# Package artifacts
*.nupkg
*.snupkg
**/packages/*
!**/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
artifacts/

View File

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

View File

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

View File

@ -15,7 +15,7 @@
- Publish packages independently from this repository.
- Maintain explicit package dependency on `Core.Blueprint.Common` for all feature modules.
- 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