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
.gitignore and .travis.yml files are not created when bootstraping an app using create-crc-app
.gitignore
.travis.yml
create-crc-app
Reproducer: 1- run create-crc-app test 2- Select defaults 3- run cat .gitignore
create-crc-app test
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:
This might be because the npmignore file has these ignored:
https://github.com/RedHatInsights/frontend-components/blob/master/.npmignore#L3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
.gitignore
and.travis.yml
files are not created when bootstraping an app usingcreate-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:
This might be because the npmignore file has these ignored:
https://github.com/RedHatInsights/frontend-components/blob/master/.npmignore#L3
The text was updated successfully, but these errors were encountered: