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-crc-app] .gitignore and .travis.yml are not copied when creating an app #1782

Open
josejulio opened this issue Jul 18, 2023 · 0 comments

Comments

@josejulio
Copy link
Member

josejulio commented Jul 18, 2023

.gitignore and .travis.yml files are not created when bootstraping an app using create-crc-app

Reproducer:
1- run create-crc-app test
2- Select defaults
3- run cat .gitignore

Expected:
Should see the contents of the template/.gitignore

Actual result:
No such file or directory found.

The same happens with .travis.yml

It looks like these files are not event incluided in the deployed npm package:

screenshot_2023-07-18T12:04:11

This might be because the npmignore file has these ignored:

https://github.com/RedHatInsights/frontend-components/blob/master/.npmignore#L3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant