From a06a2036eb281b8df6f9609cd9396257546dbd20 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Mon, 14 Mar 2022 03:46:17 +0100 Subject: [PATCH] Changes to custom gitignore presets become available only after a Gitea restart --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7590afc..9e9c567 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Optional set of `.gitignore` files primarily to extend the default set available From [the Gitea docs "Customizing Gitea" page, section "gitignores"](https://docs.gitea.io/en-us/customizing-gitea/#gitignores), put as many `.gitignore` files as you want into your Gitea instance's `${GITEA_CUSTOM}/options/gitignore` location. The value of `${GITEA_CUSTOM}` is available from `gitea help` and defaults to `/data/gitea`. You'll likely want to remove the `.gitignore` extension. -Presets are then available in Gitea's *New Repository* dialog: +After a Gitea restart presets are available in the *New Repository* dialog: ![Gitea New Repository dialog with custom gitignore preset](https://i.imgur.com/xsFxKgX.png "Gitea New Repository dialog with custom gitignore preset")