mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
8b6fc615f4
Summary: See D5561. Ref T2378. - Add `support/bin/*` to .gitignore so any symlinks or binaries won't get picked up by Git. - Add a README so Git preserves the directory and there's at least //some// documentation of its existence. Test Plan: ummmmm Reviewers: jevripio, codeblock, btrahan Reviewed By: jevripio CC: aran Maniphest Tasks: T2378 Differential Revision: https://secure.phabricator.com/D5562
38 lines
489 B
Text
38 lines
489 B
Text
.DS_Store
|
|
._*
|
|
/webroot/rsrc/custom
|
|
.#*
|
|
*#
|
|
*~
|
|
*.swp
|
|
|
|
# NetBeans project files
|
|
/nbproject/
|
|
|
|
# PhpStorm project files
|
|
.idea/
|
|
|
|
# Arcanist scratch directory
|
|
/.arc
|
|
|
|
# Diviner
|
|
/docs/
|
|
/.divinercache
|
|
|
|
# libphutil
|
|
/src/.phutil_module_cache
|
|
|
|
# Configuration
|
|
/conf/custom/*
|
|
/conf/local/local.json
|
|
/conf/local/ENVIRONMENT
|
|
/conf/local/VERSION
|
|
|
|
# Impact Font
|
|
/resources/font/impact.ttf
|
|
|
|
# User-accessible hook for adhoc debugging scripts
|
|
/support/debug.php
|
|
|
|
# Users can link binaries here
|
|
/support/bin/*
|