Files
chrono_manager/.gitignore
T
Sebastian 39fc49ab07
PHP Integration Tests / Integration Tests (pull_request) Failing after 1m2s
PHP Unit Tests / test (pull_request) Successful in 1m5s
chore: implement php test suites
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-07-23 22:20:36 -04:00

27 lines
240 B
Plaintext

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