I see it is possible to view a list of properties set on every directory within an SVN repository using proplist and the -R flag (recursive) and -v flag (verbose):
svn pg -R svn:ignore .
...with pg being a shorthand notation for propget, so this is equal to...
pg
propget
svn propget -R svn:ignore .