commit 727ebe590aeeedd576c6ff6f40fd2d49d3b7c45f parent 9d42b3deed8a60f398d0237a3c1237fe901bad32 Author: Jake Bauer <jbauer@paritybit.ca> Date: Sun, 29 Dec 2019 23:48:44 -0500 Update gitignore Diffstat:
M | .gitignore | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore @@ -1,5 +1,5 @@ public/share/** -!public/share/feeds/** +public/feeds/*.bak !*/ public/html/** public/css/**