File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Note: these patterns are applied to single files or directories, not full paths
22# coverage/* will ignore any coverage dir, but airflow/www/static/coverage/* will match nothing
33
4- .rat-excludes
5- .gitignore
64.gitattributes
5+ .gitignore
6+ .rat-excludes
77
88# Exclude build assets
9+ bin/*
910lib/*
1011obj/*
11- bin/*
1212_artifacts/*
1313_site/*
1414
@@ -25,18 +25,18 @@ LuceneResourcesWikiPage\.html
2525# Covered under a different license
2626psake/*
2727KStemData\d+\.cs
28- Snowball/*
2928Egothor.Stemmer/*
29+ Automaton/*
3030Events/*
3131Sax/*
32- JaspellTernarySearchTrie\.cs
33- RectangularArrays\.cs
34- LimitedConcurrencyLevelTaskScheduler\.cs
35- Automaton/*
32+ Snowball/*
3633ConcurrentHashSet\.cs
37- NullableAttributes\.cs
3834ConfigurationReloadToken\.cs
3935ConfigurationRoot\.cs
4036ConfigurationSection\.cs
4137DateTimeOffsetUtil\.cs
4238FileStreamOptions\.cs
39+ JaspellTernarySearchTrie\.cs
40+ LimitedConcurrencyLevelTaskScheduler\.cs
41+ NullableAttributes\.cs
42+ RectangularArrays\.cs
You can’t perform that action at this time.
0 commit comments