From c352b64070c1eb161d98e7bb654a114abab294ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ren=C3=A9=20White=20Enciso?= Date: Fri, 6 Mar 2026 08:17:46 -0600 Subject: [PATCH] chore(repo): normalize ignore policy and repository metadata paths --- .gitignore | 63 +++++++++++++++--------------------------------------- 1 file changed, 17 insertions(+), 46 deletions(-) diff --git a/.gitignore b/.gitignore index 0ad8c5f..71e63f1 100644 --- a/.gitignore +++ b/.gitignore @@ -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