From c26a3ab5db1cfda8210fd4c090acda8c46cdab71 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 7 Jul 2020 18:37:49 +0200 Subject: added .gitignore --- .gitignore | 90 ++++++++++++++++++++++++++++++++++++++++++++ inc/classic-contents.inc.php | 10 ++--- 2 files changed, 93 insertions(+), 7 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2155c14 --- /dev/null +++ b/.gitignore @@ -0,0 +1,90 @@ + +# Created by https://www.toptal.com/developers/gitignore/api/emacs,linux,vim +# Edit at https://www.toptal.com/developers/gitignore?templates=emacs,linux,vim + +### Emacs ### +# -*- mode: gitignore; -*- +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +auto-save-list +tramp +.\#* + +# Org-mode +.org-id-locations +*_archive + +# flymake-mode +*_flymake.* + +# eshell files +/eshell/history +/eshell/lastdir + +# elpa packages +/elpa/ + +# reftex files +*.rel + +# AUCTeX auto folder +/auto/ + +# cask packages +.cask/ +dist/ + +# Flycheck +flycheck_*.el + +# server auth directory +/server/ + +# projectiles files +.projectile + +# directory configuration +.dir-locals.el + +# network security +/network-security.data + + +### Linux ### + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + +### Vim ### +# Swap +[._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Session +Session.vim +Sessionx.vim + +# Temporary +.netrwhist +# Auto-generated tag files +tags +# Persistent undo +[._]*.un~ + +# End of https://www.toptal.com/developers/gitignore/api/emacs,linux,vim diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php index 5986ac9..2b50609 100644 --- a/inc/classic-contents.inc.php +++ b/inc/classic-contents.inc.php @@ -11,8 +11,6 @@ GitJoe's - Joe's git - -
@@ -38,11 +35,10 @@ jo_bloat_head($title) { ?> - Joe's own website - <?php echo "$title"; ?> + GitJoe's - Joe's git - <?php echo "$title"; ?> -
@@ -59,8 +55,8 @@ jo_sidebar() {