mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
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:
parent
a15fb2302d
commit
8119b31482
17 changed files with 1 additions and 0 deletions
1
.github/copilot-instructions.md
vendored
1
.github/copilot-instructions.md
vendored
|
|
@ -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)
|
||||
|
|
|
|||
0
Tag.json
0
Tag.json
Loading…
Reference in a new issue