Changeset View
Changeset View
Standalone View
Standalone View
.gitignore
| .DS_Store | # 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. | ||||
| .#* | |||||
| *# | |||||
| *~ | |||||
| *.swp | |||||
| # NetBeans project files | |||||
| /nbproject/ | |||||
| # PhpStorm project files | |||||
| .idea/ | |||||
joshuaspence: These files are specific to the developer's environment. They should be include in the… | |||||
| # Arcanist scratch directory | |||||
| /.arc | |||||
Not Done Inline ActionsI don't think that this exists anymore. joshuaspence: I don't think that this exists anymore. | |||||
| # 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 | ||||
| Show All 16 Lines | |||||
These files are specific to the developer's environment. They should be include in the developer's local gitignore.