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
Description The folder public/assets is not in gitignore
Steps to reproduce create a new project run yarn build instead of yarn dev git commit -m "first commit"
yarn build
yarn dev
observe public/assets is being committed, although it shouldn't.
Possible Solution add public/assets to gitignore
The text was updated successfully, but these errors were encountered:
this could be an issue of the monofony/skeleton or flex recipe, because Monofony/Monofony has the complete gitignore file.
Sorry, something went wrong.
@gabiudrescu You're right, I've seen this issue already, but I forgot to open an issue. This is a recipe error on monofony/core-bundle.
It's fixed now, thanks @gabiudrescu 🎉
No branches or pull requests
Description
The folder public/assets is not in gitignore
Steps to reproduce
create a new project
run
yarn build
instead ofyarn dev
git commit -m "first commit"
observe public/assets is being committed, although it shouldn't.
Possible Solution
add public/assets to gitignore
The text was updated successfully, but these errors were encountered: