Skip to content

Commit e3afc98

Browse files
committed
.rat-excludes: Removed non-existent files from Configuration/Base. Added exclusions for obj, bin, svn-dev, and svn-release.
1 parent 47599bc commit e3afc98

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.rat-excludes

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
# Exclude build assets
99
lib/*
10+
obj/*
11+
bin/*
12+
13+
# Exclude SVN release folders
14+
svn-dev/*
15+
svn-release/*
1016

1117
# Exclude auto-generated designers
1218
.*\.Designer\.cs
@@ -25,8 +31,6 @@ LimitedConcurrencyLevelTaskScheduler\.cs
2531
Automaton/*
2632
ConcurrentHashSet\.cs
2733
NullableAttributes\.cs
28-
ConfigurationBuilder\.cs
29-
ConfigurationProvider\.cs
3034
ConfigurationReloadToken\.cs
3135
ConfigurationRoot\.cs
3236
ConfigurationSection\.cs

0 commit comments

Comments
 (0)