diff --git a/src/hosting/gitea.md b/src/hosting/gitea.md index eedc39f..cf0a5d5 100644 --- a/src/hosting/gitea.md +++ b/src/hosting/gitea.md @@ -207,7 +207,7 @@ PASSWD = `password` REPO_INDEXER_ENABLED = true REPO_INDEXER_PATH = indexers/repos.bleve MAX_FILE_SIZE = 1048576 -REPO_INDEXER_INCLUDE = **.bat,**.cfm,**.cs,**.gd,**.go,**.htm,**.html,**.js,**.json,**.linq,**.md,**.ps1,**.ts,**.txt,**.xml,**go.mod +REPO_INDEXER_INCLUDE = **.bat,**.cfm,**.cs,**.gd,**.go,**.htm,**.html,**.js,**.json,**.linq,**.md,**.ps1,**.ts,**.tsx,**.txt,**.xml,**go.mod REPO_INDEXER_EXCLUDE = ```