mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-09 15:57:59 -05:00
Add devscripts/ to .gitignore and update instructions
Updated .github/copilot-instructions.md to specify that development/helper scripts should be stored in the devscripts/ folder. Added devscripts/ to .gitignore to prevent local development scripts from being committed.
This commit is contained in:
1
.github/copilot-instructions.md
vendored
1
.github/copilot-instructions.md
vendored
@@ -16,6 +16,7 @@ Always reference these instructions first and fallback to search or bash command
|
||||
- Prefer using existing validation, constants, and type files rather than creating new ones.
|
||||
- Use the timing benchmarks in this document to evaluate build success or performance anomalies.
|
||||
- **Documentation files:** When creating new development documentation files (e.g., `BACKEND_AUTH_DEVELOPMENT_LOG.md`, `OBSERVABILITY_STRATEGY.md`), store them in the `devdocs/` folder. This folder is gitignored and used for local development documentation that should not be committed to the repository.
|
||||
- **Development/helper scripts:** When creating new development/helper scripts, store them in the `devscripts/` folder. This folder is gitignored and used for local development scripts that should not be committed to the repository.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user