mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-09 00:56:16 +00:00
docs: add comprehensive Copilot instructions for maintainers
- Add .github/copilot-instructions.md (1150+ lines) - Document all 40+ files analyzed - Cover architecture, utilities, advanced features - Exclude .github/ from ZIP downloads (export-ignore) - Remove .github/ from .gitignore (now tracked)
This commit is contained in:
6
.gitattributes
vendored
6
.gitattributes
vendored
@@ -1,2 +1,8 @@
|
|||||||
*.sh text eol=lf
|
*.sh text eol=lf
|
||||||
*.template text eol=lf
|
*.template text eol=lf
|
||||||
|
|
||||||
|
# Exclude development files from GitHub ZIP downloads
|
||||||
|
# Users don't need these files, but they remain in Git for maintainers
|
||||||
|
.github/ export-ignore
|
||||||
|
.gitignore export-ignore
|
||||||
|
.gitattributes export-ignore
|
||||||
|
|||||||
1122
.github/copilot-instructions.md
vendored
Normal file
1122
.github/copilot-instructions.md
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,7 +2,6 @@ sessions/
|
|||||||
dist/
|
dist/
|
||||||
node_modules/
|
node_modules/
|
||||||
.vscode/
|
.vscode/
|
||||||
.github/
|
|
||||||
diagnostics/
|
diagnostics/
|
||||||
reports/
|
reports/
|
||||||
accounts-created/
|
accounts-created/
|
||||||
|
|||||||
Reference in New Issue
Block a user