exercism / prolog

Exercism exercises in Prolog.
https://exercism.org/tracks/prolog
MIT License
29 stars 39 forks source link

Delete ignored key from config.json #39

Closed kytrinyx closed 7 years ago

kytrinyx commented 7 years ago

Since the exercise implementations are all in the exercises directory we no longer need to ignore any non-exercise directories in the root of the track.

See https://github.com/exercism/meta/issues/3 for context.

kytrinyx commented 7 years ago

I've created another PR, #40, which normalizes all of the whitespace in the config.json so that the change in this PR is minimized and easier to see.

If you merge the other PR first, I'll go ahead and rebase this one onto master.

Sorry about the noise!

kytrinyx commented 7 years ago

I'm going to go ahead and merge this.