Changeset View
Changeset View
Standalone View
Standalone View
.gitignore
| # NOTE: Thinking about adding files created by your operating system, IDE, | # NOTE: Thinking about adding files created by your operating system, IDE, | ||||
| # or text editor here? Don't! Add them to your per-user .gitignore instead. | # or text editor here? Don't! Add them to your per-user .gitignore instead. | ||||
| # Diviner | # Diviner | ||||
| /docs/ | /docs/ | ||||
| /.divinercache/ | /.divinercache/ | ||||
| # libphutil | # libphutil | ||||
| /src/.phutil_module_cache | /src/.phutil_module_cache | ||||
| # Configuration | # Configuration | ||||
| /conf/custom/* | /conf/custom/* | ||||
| /conf/local/local.json | /conf/local/local.json | ||||
| /conf/local/ENVIRONMENT | /conf/local/ENVIRONMENT | ||||
| /conf/local/VERSION | /conf/local/VERSION | ||||
| /conf/local/HOSTKEY | |||||
| /conf/local/HOSTID | |||||
| # Impact Font | # Impact Font | ||||
| /resources/font/impact.ttf | /resources/font/impact.ttf | ||||
| # User-accessible hook for adhoc debugging scripts | # User-accessible hook for adhoc debugging scripts | ||||
| /support/debug.php | /support/debug.php | ||||
| # User-accessible hook for adhoc startup code | # User-accessible hook for adhoc startup code | ||||
| /support/preamble.php | /support/preamble.php | ||||
| # Users can link binaries here | # Users can link binaries here | ||||
| /support/bin/* | /support/bin/* | ||||
| # User extensions | # User extensions | ||||
| /src/extensions/* | /src/extensions/* | ||||