Files
Sebastian 7dea20a877
PHP Integration Tests / Integration Tests (pull_request) Failing after 1m16s
PHP Unit Tests / test (pull_request) Successful in 1m47s
chore: implement php test suites
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-07-23 22:20:36 -04:00

28 lines
249 B
Plaintext

# Frontend development
node_modules/
*.local
.env.local
.env.*.local
.cache/
.vite/
.temp/
.tmp/
# Frontend build
/static/
# Backend development
/vendor/
/lib/vendor/
coverage/
*.cache
.phpactor/
# Editors
.DS_Store
.vscode/
.idea/
# Logs
*.log