Abel Hoogeveen
0b0f4998b4
- Dropped support for PHP 7.4 and 8.0. - Updated shutdown to no longer halt execution on an error if logger error handlers are disabled. - Logger::enable() and ::disable() now control the screen log, as it used to in the old days.
20 lines
200 B
Plaintext
20 lines
200 B
Plaintext
# Ignore Coffee/Espresso. We only want chocolate
|
|
FuzeWorks.esproj/*
|
|
|
|
# Ignore PHP Storm
|
|
.idea/
|
|
|
|
# Generic Files
|
|
*~
|
|
*.lock
|
|
*.DS_Store
|
|
*.swp
|
|
*.out
|
|
|
|
# Build Files
|
|
vendor/
|
|
build/
|
|
doc
|
|
nbproject
|
|
._*
|
|
*.cache |