Add tsx (React-related) to Gitea indexing config

This commit is contained in:
James Skemp 2024-04-14 14:01:39 -05:00
parent f610906bcd
commit 736f896b38
1 changed files with 1 additions and 1 deletions

View File

@ -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 =
```