Abel Hoogeveen
440ead5784
This debugger allows for advanced debugging for both development and production environments. This did however require the implementation of an ENVIRONMENT constant. This has been put in the index file. If no constant is set it will be set by the core class and the default is PRODUCTION. Chances are that the location for this constant will move in the future. There is also a proper way now that fatal errors will lead to a 500 error on the screen. This is either done by Tracy or FuzeWorks, depending on if Tracy is available.
28 lines
400 B
Plaintext
28 lines
400 B
Plaintext
# Ignore Coffee/Espresso. We only want chocolate
|
|
FuzeWorks.esproj/*
|
|
|
|
# Ignore PHP Storm
|
|
.idea/
|
|
|
|
# Generic Files
|
|
*~
|
|
*.lock
|
|
*.DS_Store
|
|
*.swp
|
|
*.out
|
|
|
|
# Framework Files
|
|
Core/Cache/
|
|
Core/Logs/Error.log
|
|
|
|
# Build Files
|
|
vendor/
|
|
build/
|
|
Modules/admin/themes/adminlte2.1/plugins/
|
|
Modules/admin/themes/adminlte2.1/dist/
|
|
Modules/admin/themes/adminlte2.1/bootstrap/
|
|
doc
|
|
nbproject
|
|
Application/Cache
|
|
Application/Logs
|