We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user of redwood, I would like the command yarn create rewood-app [name] to also create a .gitignore file in the [name] directory.
yarn create rewood-app [name]
.gitignore
[name]
yarn create rewood-app [name] does not create a .gitignore file.
Unfortunately, I do not know what is causing this bug.
The text was updated successfully, but these errors were encountered:
@davidpfahler you and me both! We're aware of this in the latest release and are working to get a patch out. Thank you for noticing and please bear with us for the time being. If you want to create it manually, the contents of the .gitignore that should be there are here: https://github.com/redwoodjs/redwood/blob/main/packages/create-redwood-app/template/.gitignore
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Expected behavior
As a user of redwood, I would like the command
yarn create rewood-app [name]
to also create a.gitignore
file in the[name]
directory.Current behavior
yarn create rewood-app [name]
does not create a.gitignore
file.How to fix
Unfortunately, I do not know what is causing this bug.
The text was updated successfully, but these errors were encountered: