chore(repo): normalize ignore policy and repository metadata paths
This commit is contained in:
parent
2584328f23
commit
201ef3e599
63
.gitignore
vendored
63
.gitignore
vendored
@ -1,53 +1,24 @@
|
||||
# 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
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
*.rsuser
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# NuGet
|
||||
*.nupkg
|
||||
*.snupkg
|
||||
**/packages/*
|
||||
!**/packages/build/
|
||||
|
||||
# Test output
|
||||
TestResults/
|
||||
**/TestResults/
|
||||
*.trx
|
||||
*.coverage
|
||||
*.coveragexml
|
||||
*.user
|
||||
*.suo
|
||||
*.rsuser
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
# IDE
|
||||
.idea/
|
||||
|
||||
# Runtime-local artifacts
|
||||
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
|
||||
*.log
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
<Authors>AgileWebs</Authors>
|
||||
<Company>AgileWebs</Company>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryUrl>http://192.168.68.156:3000/AgileWebs/thalos-service</RepositoryUrl>
|
||||
<PackageProjectUrl>http://192.168.68.156:3000/AgileWebs/thalos-service</PackageProjectUrl>
|
||||
<RepositoryUrl>http://192.168.10.100:3000/AgileWebs/thalos-service</RepositoryUrl>
|
||||
<PackageProjectUrl>http://192.168.10.100:3000/AgileWebs/thalos-service</PackageProjectUrl>
|
||||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
## 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
|
||||
- HTTP requirement: `allowInsecureConnections="true"` in `nuget.config`
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user