diff options
| author | kj_sh604 | 2026-06-02 21:56:29 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-06-02 21:56:29 -0400 |
| commit | 2a6495043e42b9a43d968a00177ba5fcec641c7a (patch) | |
| tree | 86daa4a9a6395fef731660f14a1aa2cd17516ae2 | |
| parent | 860c62d40e70d8be26722a072ab467755381ed27 (diff) | |
refactor: re-write for global usage
| -rw-r--r-- | .gitignore.example | 1 | ||||
| -rw-r--r-- | README | 1 | ||||
| -rw-r--r-- | copilot-instructions.md | 4 |
3 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore.example b/.gitignore.example deleted file mode 100644 index 72e8ffc..0000000 --- a/.gitignore.example +++ /dev/null @@ -1 +0,0 @@ -* @@ -0,0 +1 @@ +place this file in ~/.copilot/instructions/ to use globally diff --git a/copilot-instructions.md b/copilot-instructions.md index 6c58aae..92683ec 100644 --- a/copilot-instructions.md +++ b/copilot-instructions.md @@ -1,3 +1,7 @@ +--- +description: use this file and style guide for all coding projects +--- + Great Senior Software Engineer (kj_sh604 style) =============================================== |
