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

fix(create-robo): sometimes .gitignore isn't generated #162

Open
Pkmmte opened this issue Dec 18, 2023 — with Volta.net · 1 comment
Open

fix(create-robo): sometimes .gitignore isn't generated #162

Pkmmte opened this issue Dec 18, 2023 — with Volta.net · 1 comment
Assignees
Labels
bug Something isn't working

Comments

Copy link
Member

Pkmmte commented Dec 18, 2023

Don't spend too much time on this if you can't replicate it.

Basically, there's a chance that the .gitignore file is not copied over when running create-robo and I have no idea why. I just ran into this when creating the robo-server project in the plugin-api benchmarks. However, attempting to do the same afterwards showed the .gitignore being generated correctly every time.

The options chosen were:

  1. TypeScript
  2. ESLint, Prettier, API Plugin
  3. Skip

I've tried different combinations as well to no avail. I have a gut feeling that the TypeScript is affecting this somehow for some reason, probably because that decides which template directory is copied. Either that, or the package manager being used. (most likely PNPM)

This is not the first time it has happened either, others in our Discord server have reported this happening to them in the past.

@Pkmmte Pkmmte added the bug Something isn't working label Dec 18, 2023
@Pkmmte
Copy link
Member Author

Pkmmte commented Dec 18, 2023

It may help to work on this alongside #163 as that will give you several combinations and find the cause.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants