@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add custom Cows and Figlet directories to .gitignore

Summary: These directories didn't get added to `.gitignore`, but should be.

Test Plan:
- Touched a dummy file in each directory.
- Ran `git status`.
- Didn't see the file show up.

Reviewers: chad, cspeckmim

Reviewed By: chad

Differential Revision: https://secure.phabricator.com/D14249

+4
+4
.gitignore
··· 34 34 35 35 # NPM local packages 36 36 /support/aphlict/server/node_modules/ 37 + 38 + # Places for users to add custom resources. 39 + /resources/cows/custom/* 40 + /resources/figlet/custom/*