boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 179 forks source link

/.boot/build.boot #722

Open burn2delete opened 5 years ago

burn2delete commented 5 years ago

Currently boot stores all of it's config files within the project root - I propose we also look in the project .boot/ folder. This way we can keep projects from having an ever growing number of root project files, and keep boot files organized.

Not an important change but we would also align with more CD/CI tools which are doing the same. (ex .circle/)