Added .gitmodules file, .githooks/ directory and check-in gitattributes database.

This commit is contained in:
Darren 'Tadgy' Austin 2024-08-25 20:34:02 +01:00
commit 68198bedec
7 changed files with 148 additions and 0 deletions

4
.githooks/post-checkout Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Store/restore the attributes of files:
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?