From 77293818cd213ec0ad07c573d298fff9cd5b357d Mon Sep 17 00:00:00 2001 From: cynic Date: Wed, 30 Aug 2023 19:04:53 -0500 Subject: [DANGEROUS] untrack all banners, replace with default banner (#9) if this git repo is meant for all instances, it doesn't make sense that 4get.ca banners are stored here. instead, I've added `banner/*` to a .gitignore file, so instances can clone/pull/push the repo without grabbing other people's banners or uploading their own. making this change required deleting all the currently tracked banners from the repo. an unfortunate side-effect of this is that **if you have any of these tracked banners in your local version, pulling this commit WILL DELETE ALL OF THEM!!!!!!** pulling this commit properly while preserving tracked banners should be done by temporarily copying them to another directory, `git pull`ing, then copying them back. I also added a default banner based on the default nginx page so new instances aren't bannerless. Co-authored-by: cynic Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/9 Co-authored-by: cynic Co-committed-by: cynic --- banner/eagle.png | Bin 5846 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 banner/eagle.png (limited to 'banner/eagle.png') diff --git a/banner/eagle.png b/banner/eagle.png deleted file mode 100644 index 705cf6d..0000000 Binary files a/banner/eagle.png and /dev/null differ -- cgit v1.2.3