As the selected answer is a bit outdated:
You can simply use forge compile --extra-output-files abi which will create an additional file in the out/ directory that only contains the abi:
└── out
└── YourContract.sol
├── YourContract.json
└── YourContract.abi.json