new file: .github/copilot-instructions.md

modified:   .gitignore
This commit is contained in:
nikolai@vontainment.com 2025-07-09 09:45:51 -04:00
parent 9a326f1049
commit 2de33ff63d
2 changed files with 112 additions and 10 deletions

17
.gitignore vendored
View file

@ -1,12 +1,9 @@
phpcs.xml
# Ignore files and directories that should not be tracked by Git
.vscode/
vendor/
*.code-workspace
.history/
*.log
*.tmp
*.cache
~$*
*~
composer.lock
composer.json

# Ensure these files are ignored no matter where they are located
*/phpcs.xml
*/composer.lock
*/composer.json
*/vendor/