From: Paul Hänsch Date: Sun, 21 May 2023 19:03:43 +0000 (+0200) Subject: updated .gitignore (data-storage) for language tags X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=f44e34149988b1783f037d913ffcd9563cd0818d;p=shellwiki updated .gitignore (data-storage) for language tags --- diff --git a/index.cgi b/index.cgi index db4d749..8479bd9 100755 --- a/index.cgi +++ b/index.cgi @@ -32,6 +32,8 @@ if [ "$(which git)" -a ! -f "$_DATA/.gitignore" ]; then **/#page.lock **/#page.*.cache **/#page.*.cache.* + **/#page:*.*.cache + **/#page:*.*.cache.* EOF git init "$_DATA" git -C "$_DATA" add .gitignore