Commit 509f8936 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Filter out dotfiles from static content by default

parent 518a4612
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
#!/bin/bash
#
# Copyright 2019-2022 Dominik Sekotill <dom.sekotill@kodo.org.uk>
# Copyright 2019-2023 Dominik Sekotill <dom.sekotill@kodo.org.uk>
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -25,6 +25,7 @@ declare -a PLUGINS=( ${PLUGINS-} )
declare -a LANGUAGES=( ${LANGUAGES-} )
declare -a STATIC_PATTERNS=(
	${STATIC_PATTERNS-}
	".*"
	"*.crt"
	"*.md"
	"*.[pm]o"