mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 06:42:42 +01:00
Update .gitignore
.
Summary: See inline comments for reasoning. Test Plan: N/A Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9527
This commit is contained in:
parent
e40b18fb75
commit
adbdea8d3f
1 changed files with 3 additions and 16 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
@ -1,22 +1,9 @@
|
||||||
.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/
|
|
||||||
|
|
||||||
# Arcanist scratch directory
|
|
||||||
/.arc
|
|
||||||
|
|
||||||
# Diviner
|
# Diviner
|
||||||
/docs/
|
/docs/
|
||||||
/.divinercache
|
/.divinercache/
|
||||||
|
|
||||||
# libphutil
|
# libphutil
|
||||||
/src/.phutil_module_cache
|
/src/.phutil_module_cache
|
||||||
|
|
Loading…
Reference in a new issue