]> git.plutz.net Git - shellwiki/commitdiff
updated .gitignore (data-storage) for language tags
authorPaul Hänsch <paul@plutz.net>
Sun, 21 May 2023 19:03:43 +0000 (21:03 +0200)
committerPaul Hänsch <paul@plutz.net>
Sun, 21 May 2023 19:03:43 +0000 (21:03 +0200)
index.cgi

index db4d749b7c179efde9b4fec43a5158c5e4dd4d21..8479bd9dd492127e760f19865e14a659fdecef6e 100755 (executable)
--- 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