From 645318ffab8812addc4c154d70800fd8baa23b4f Mon Sep 17 00:00:00 2001 From: Nils-Johan Gynther Date: Wed, 13 May 2026 16:37:40 +0200 Subject: [PATCH] Add Copilot instructions for database command style --- .github/copilot-instructions.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/copilot-instructions.md diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 0000000..5651439 --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1,5 @@ +# Copilot Instructions + +## Database Command Style + +If database commands are suggested, always load credentials from `.env` inline (no hardcoded passwords), using robust grep/sed/tr extraction.