[go: up one dir, main page]

Page MenuHomePhabricator

Add report to .gitignore
Open, Needs TriagePublic

Description

Today in the git repository the report folder include a git ignore file that looks like this:

# Ignore everything except this file
*
!.gitignore

On the server we have the report folder has a symbolic link, so that it exists on another disk/volume. For the server it would be best if we could just add report to a git ignore file instead.