-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'project' directory does not get generated #383
Comments
this seems to be related to the Somehow the |
Solved for now by adding some exclusion rules in a |
@Philippus does the .g8ignore file take precedence over the .gitignore when present? |
yes, I found this out reading the test cases:
|
WorkaroundFor posterity, here is an example on how to add a file ignored by Suppose this is you project structure:
and your
When using
Without containing the Now, if you want the
Where
Now the generated project structure should be:
|
@nicopap your comment should be treated as documentation |
This is unnecessarily complex to be honest. It took a while to figure this out and this is barely documented. |
using the
g8
command (0.10.0 version) on a template with aproject
directory generates all the files and directories except theproject
directory.Renaming the directory to f.e.
projectt
works, and using thesbt new
command instead also works.The text was updated successfully, but these errors were encountered: