Explorar o código

[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 <kurisufag1@gmail.com>
Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/9
Co-authored-by: cynic <admin@cynic.moe>
Co-committed-by: cynic <admin@cynic.moe>
cynic %!s(int64=2) %!d(string=hai) anos
pai
achega
77293818cd
Modificáronse 25 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .gitignore
  2. BIN=BIN
      banner/4get-default.png
  3. BIN=BIN
      banner/aves.png
  4. BIN=BIN
      banner/aves_2.png
  5. BIN=BIN
      banner/bibblebop.png
  6. BIN=BIN
      banner/birds_birds_birdsw.jpg
  7. BIN=BIN
      banner/birds_birds_birdsw_2.jpg
  8. BIN=BIN
      banner/birds_birds_birdsw_3.jpg
  9. BIN=BIN
      banner/birds_birds_birdsw_4.jpg
  10. BIN=BIN
      banner/cynic.png
  11. BIN=BIN
      banner/deek.png
  12. BIN=BIN
      banner/deekchat.gif
  13. BIN=BIN
      banner/eagle.png
  14. BIN=BIN
      banner/eagle2.png
  15. BIN=BIN
      banner/eagle3.jpg
  16. BIN=BIN
      banner/eddd_1.png
  17. BIN=BIN
      banner/eddd_2.png
  18. BIN=BIN
      banner/eddd_3.png
  19. BIN=BIN
      banner/gnuwu.png
  20. BIN=BIN
      banner/gnuwu_2.png
  21. BIN=BIN
      banner/horse.png
  22. BIN=BIN
      banner/linucks.jpg
  23. BIN=BIN
      banner/real_nig_3.jpg
  24. BIN=BIN
      banner/sec.png
  25. BIN=BIN
      banner/tagmachine.png

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+banner/*
+!banner/*default*

BIN=BIN
banner/4get-default.png


BIN=BIN
banner/aves.png


BIN=BIN
banner/aves_2.png


BIN=BIN
banner/bibblebop.png


BIN=BIN
banner/birds_birds_birdsw.jpg


BIN=BIN
banner/birds_birds_birdsw_2.jpg


BIN=BIN
banner/birds_birds_birdsw_3.jpg


BIN=BIN
banner/birds_birds_birdsw_4.jpg


BIN=BIN
banner/cynic.png


BIN=BIN
banner/deek.png


BIN=BIN
banner/deekchat.gif


BIN=BIN
banner/eagle.png


BIN=BIN
banner/eagle2.png


BIN=BIN
banner/eagle3.jpg


BIN=BIN
banner/eddd_1.png


BIN=BIN
banner/eddd_2.png


BIN=BIN
banner/eddd_3.png


BIN=BIN
banner/gnuwu.png


BIN=BIN
banner/gnuwu_2.png


BIN=BIN
banner/horse.png


BIN=BIN
banner/linucks.jpg


BIN=BIN
banner/real_nig_3.jpg


BIN=BIN
banner/sec.png


BIN=BIN
banner/tagmachine.png