feat: some small changes relating to making it look better

Relates to 	#23
This commit is contained in:
silver 2024-09-14 21:26:19 +01:00
parent e2ac80381e
commit fbf15057e0
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
10 changed files with 60 additions and 1 deletions

3
.githooks/post-merge Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'post-merge' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; }
git lfs post-merge "$@"