chore(repo): normalize ignore policy and repository metadata paths
This commit is contained in:
parent
763f2b2139
commit
ff829406ce
20
.gitignore
vendored
20
.gitignore
vendored
@ -1,4 +1,24 @@
|
||||
# Repository orchestration folders (local only)
|
||||
.repo-tasks/
|
||||
.repo-context/
|
||||
.tasks/
|
||||
.agile/
|
||||
|
||||
# .NET build outputs
|
||||
**/bin/
|
||||
**/obj/
|
||||
.vs/
|
||||
TestResults/
|
||||
**/TestResults/
|
||||
*.user
|
||||
*.suo
|
||||
*.rsuser
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
|
||||
# Runtime-local artifacts
|
||||
logs/
|
||||
*.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/restaurant-admin-bff</RepositoryUrl>
|
||||
<PackageProjectUrl>http://192.168.68.156:3000/AgileWebs/restaurant-admin-bff</PackageProjectUrl>
|
||||
<RepositoryUrl>http://192.168.10.100:3000/AgileWebs/restaurant-admin-bff</RepositoryUrl>
|
||||
<PackageProjectUrl>http://192.168.10.100:3000/AgileWebs/restaurant-admin-bff</PackageProjectUrl>
|
||||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user