When constructing a new Java project in IntelliJ IDEA, the following directories and files are created:
./projectname.iml
./projectname.ipr
./projectname.iws
./src/
I want to configure IntelliJ IDEA to include my yoke JARs in ./lib/*.jar to the project. What is the correct way to accomplish this in IntelliJ IDEA?