Build artifacts should be put under `target/ink` directory
Created by: Robbepop
Currently cargo-contract
builds under target
which can interfere with other tools that do the same. The established common rule for tools like cargo-contract
is to put every artifact under target/<name>
and we should do this, too.