Remove empty JSON files from root directory and update instructions

Co-authored-by: collinbarrett <6483057+collinbarrett@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-07-29 03:12:23 +00:00 committed by Collin Barrett
parent a15fb2302d
commit 8119b31482
17 changed files with 1 additions and 0 deletions

View file

@ -196,3 +196,4 @@ API containerized with multi-stage build. Database runs in Docker volume with pe
- **Aspire orchestration**: Always start development via `FilterLists.AppHost`
- **Unique naming**: All FilterList names must be unique and in title case
- **No build artifacts**: Never commit build artifacts like `dotnet-install.sh`, `node_modules`, `dist`, or other generated files
- **⚠️ JSON File Location**: NEVER create or modify JSON data files in the repository root directory. All JSON data files MUST be in `services/Directory/data/` only. The root directory should only contain `global.json` (a .NET SDK configuration file)

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file