Add Copilot instructions for database command style

This commit is contained in:
Nils-Johan Gynther
2026-05-13 16:37:40 +02:00
parent 530f990395
commit 645318ffab
+5
View File
@@ -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.