diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 039f91e71..ba0f1e7c8 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -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) diff --git a/Dependent.json b/Dependent.json deleted file mode 100644 index e69de29bb..000000000 diff --git a/FilterList.json b/FilterList.json deleted file mode 100644 index e69de29bb..000000000 diff --git a/FilterListLanguage.json b/FilterListLanguage.json deleted file mode 100644 index e69de29bb..000000000 diff --git a/FilterListMaintainer.json b/FilterListMaintainer.json deleted file mode 100644 index e69de29bb..000000000 diff --git a/FilterListSyntax.json b/FilterListSyntax.json deleted file mode 100644 index e69de29bb..000000000 diff --git a/FilterListTag.json b/FilterListTag.json deleted file mode 100644 index e69de29bb..000000000 diff --git a/FilterListViewUrl.json b/FilterListViewUrl.json deleted file mode 100644 index e69de29bb..000000000 diff --git a/Fork.json b/Fork.json deleted file mode 100644 index e69de29bb..000000000 diff --git a/Language.json b/Language.json deleted file mode 100644 index e69de29bb..000000000 diff --git a/License.json b/License.json deleted file mode 100644 index e69de29bb..000000000 diff --git a/Maintainer.json b/Maintainer.json deleted file mode 100644 index e69de29bb..000000000 diff --git a/Merge.json b/Merge.json deleted file mode 100644 index e69de29bb..000000000 diff --git a/Software.json b/Software.json deleted file mode 100644 index e69de29bb..000000000 diff --git a/SoftwareSyntax.json b/SoftwareSyntax.json deleted file mode 100644 index e69de29bb..000000000 diff --git a/Syntax.json b/Syntax.json deleted file mode 100644 index e69de29bb..000000000 diff --git a/Tag.json b/Tag.json deleted file mode 100644 index e69de29bb..000000000