Update Gitea config to index additional file types

This commit is contained in:
James Skemp 2023-07-13 20:01:10 -05:00
parent da45b8fce5
commit b9f47b3664
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ PASSWD = `password`
REPO_INDEXER_ENABLED = true
REPO_INDEXER_PATH = indexers/repos.bleve
MAX_FILE_SIZE = 1048576
REPO_INDEXER_INCLUDE = **.cfm,**.cs,**.go,**.htm,**.html,**.js,**.json,**.linq,**.md,**.ts,**.txt,**go.mod
REPO_INDEXER_INCLUDE = **.bat,**.cfm,**.cs,**.go,**.htm,**.html,**.js,**.json,**.linq,**.md,**.ps1,**.ts,**.txt,**go.mod
REPO_INDEXER_EXCLUDE =
```