mirror of https://github.com/apache/lucene.git
LUCENE-9713: exclude .idea/ (sync with Solr's version).
This commit is contained in:
parent
3aa0676194
commit
93c66e1400
|
@ -79,6 +79,7 @@ subprojects {
|
|||
|
||||
// default excludes.
|
||||
exclude 'build/**'
|
||||
exclude '**/.idea/**'
|
||||
|
||||
// ignore txt files in source resources and tests.
|
||||
exclude 'src/**/*.txt'
|
||||
|
|
Loading…
Reference in New Issue