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/
|
.tasks/
|
||||||
.agile/
|
.agile/
|
||||||
|
|
||||||
|
# .NET build outputs
|
||||||
**/bin/
|
**/bin/
|
||||||
**/obj/
|
**/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>
|
<Authors>AgileWebs</Authors>
|
||||||
<Company>AgileWebs</Company>
|
<Company>AgileWebs</Company>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
<RepositoryUrl>http://192.168.68.156:3000/AgileWebs/restaurant-admin-bff</RepositoryUrl>
|
<RepositoryUrl>http://192.168.10.100:3000/AgileWebs/restaurant-admin-bff</RepositoryUrl>
|
||||||
<PackageProjectUrl>http://192.168.68.156:3000/AgileWebs/restaurant-admin-bff</PackageProjectUrl>
|
<PackageProjectUrl>http://192.168.10.100:3000/AgileWebs/restaurant-admin-bff</PackageProjectUrl>
|
||||||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user