Skip to content
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

create-redwood-app: .gitignore file missing #2310

Closed
davidpfahler opened this issue Apr 18, 2021 · 1 comment · Fixed by #2322
Closed

create-redwood-app: .gitignore file missing #2310

davidpfahler opened this issue Apr 18, 2021 · 1 comment · Fixed by #2322
Labels
bug/confirmed We have confirmed this is a bug topic/crwa create-redwood-app

Comments

@davidpfahler
Copy link

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.

@jtoar jtoar added bug/confirmed We have confirmed this is a bug topic/crwa create-redwood-app labels Apr 18, 2021
@jtoar
Copy link
Contributor

jtoar commented Apr 18, 2021

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.

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/confirmed We have confirmed this is a bug topic/crwa create-redwood-app
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants