tkr/.gitignore
Greg Sarjeant 6337fa2dfb Add Prerequisite class and cli script to confirm prereqs. (#30)
Add a Prerequisite class to manage all initilaization prerequisites. Invoke before each request. Provide a CLI script to allow checking Prereqs from command line. Add CI  workflow to confirm prereq validation behavior.

Reviewed-on: https://gitea.subcultureofone.org/greg/tkr/pulls/30
Co-authored-by: Greg Sarjeant <greg@subcultureofone.org>
Co-committed-by: Greg Sarjeant <greg@subcultureofone.org>
2025-07-27 16:43:09 +00:00

21 lines
243 B
Plaintext

.vscode
.DS_Store
# PHP Unit tests
phpunit
.phpunit.result.cache
# Filesystem storage items
*.sqlite
*.txt
storage/upload/css
# Testing stuff
/docker-compose.yml
scratch
# Build artifacts
tkr.tgz
# Test logs
storage/prerequisite-check.log