mirror of https://github.com/apache/archiva.git
ignore .indexer in repository scanning processing
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1234819 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
84ba632bd1
commit
83af0d05d5
|
@ -55,7 +55,7 @@ public interface RepositoryScanner
|
|||
public static final String[] IGNORABLE_CONTENT =
|
||||
{ "bin/**", "reports/**", ".index", ".reports/**", ".maven/**", "**/.svn/**", "**/*snapshot-version",
|
||||
"*/website/**", "*/licences/**", "**/.htaccess", "**/*.html", "**/*.txt", "**/README*", "**/CHANGELOG*",
|
||||
"**/KEYS*" };
|
||||
"**/KEYS*", ".indexer" };
|
||||
|
||||
/**
|
||||
* Scan the repository for content changes.
|
||||
|
|
Loading…
Reference in New Issue