I'm trying to clone an existing play! project from bitbucket, this repo only contains the files which aren't ignored by the default play's .gitignore file. I get the files correctly but the problem is, how should I add the rest of the files and directories any play! application contains? I mean, how should I make it a play! applicacion as when you do a "play new" in the terminal?
I get the next directories form the repository with their files:
- app/
- public/
- conf/
- test/
I need to make this project a play! one (with its libraries and target/ project/ directories).
I tried to create the play application first, but git doens't allow me to clone a repository on my project directory because "the directory already exists".
I'm using intellij IDEA 12 with bitbucket plugin.
Thank you.