mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-21 22:32:41 +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
|
||||
._*
|
||||
.#*
|
||||
*#
|
||||
*~
|
||||
*.swp
|
||||
|
||||
# NetBeans project files
|
||||
/nbproject/
|
||||
|
||||
# PhpStorm project files
|
||||
.idea/
|
||||
|
||||
# Arcanist scratch directory
|
||||
/.arc
|
||||
# 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
|
||||
/.divinercache/
|
||||
|
||||
# libphutil
|
||||
/src/.phutil_module_cache
|
||||
|
|
Loading…
Reference in a new issue