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 2af2a4a1aa
commit 3eb8107066
3 changed files with 17 additions and 47 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/building-block-catalog</RepositoryUrl> <RepositoryUrl>http://192.168.10.100:3000/AgileWebs/building-block-catalog</RepositoryUrl>
<PackageProjectUrl>http://192.168.68.156:3000/AgileWebs/building-block-catalog</PackageProjectUrl> <PackageProjectUrl>http://192.168.10.100:3000/AgileWebs/building-block-catalog</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -2,7 +2,7 @@
## Feed ## Feed
- Source: `http://192.168.68.156:3000/api/packages/AgileWebs/nuget/index.json` - Source: `http://192.168.10.100:3000/api/packages/AgileWebs/nuget/index.json`
- Authentication: Gitea login + token - Authentication: Gitea login + token
- HTTP requirement: `allowInsecureConnections="true"` in `nuget.config` - HTTP requirement: `allowInsecureConnections="true"` in `nuget.config`