# ersatztv#610 — decision records are filed by their key's AREA, so directory names here come
# from the key vocabulary, not from us. Several collide with the root .gitignore's build-output
# rules: `release/` already did (all 9 records under records/release/ were silently dropped from
# the migration commit, caught only by the body-diff guard), and `bin/`, `obj/`, `build/`,
# `debug/`, `x64/` would do the same the day someone coins such an area.
#
# `!*/` un-ignores every directory under docs/decisions/, which fixes the CLASS rather than the
# one instance. It must negate the DIRECTORY: git never descends into an excluded directory, so
# negating only the files inside would not work.
!*/
