# 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.

# Diviner
/docs/
/.divinercache/

# libphutil
/src/.phutil_module_cache

# Configuration
/conf/custom/*
/conf/local/local.json
/conf/local/ENVIRONMENT
/conf/local/VERSION
/conf/local/HOSTKEY
/conf/local/HOSTID

# Impact Font
/resources/font/impact.ttf

# User-accessible hook for adhoc debugging scripts
/support/debug.php

# User-accessible hook for adhoc startup code
/support/preamble.php

# Users can link binaries here
/support/bin/*

# User extensions
/src/extensions/*