Files
Uniglot/Hooks/scripts.d/check-AniNIX-gitignore

8 lines
186 B
Bash
Executable File

#!/bin/bash
# Wiki documentation is procedurally generated in its own repo.
if ! grep -E ^wiki/ .gitignore 1>/dev/null; then
echo The wiki folder needs to be ignored.
exit 4
fi