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/ | ||||
| /src/.cache/ | |||||
| # 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 | ||||
| Show All 27 Lines | |||||