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
Even if we want to ensure that there's no tracked-but-ignored file, I suggest
-docs/source/_static/embed-bundle.js -docs/source/_static/embed-bundle.js.map +docs/source/_static/* +!docs/source/_static/helper.js
and
-{{ cookiecutter.python_package_name }}/nbextension/index.* +{{ cookiecutter.python_package_name }}nbextension/* +!{{ cookiecutter.python_package_name }}/nbextension/extension.js
In my project, in the directories there are generated files
index.js.LICENSE.txt
file-loader
webpack.config.js
rules
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Even if we want to ensure that there's no tracked-but-ignored file, I suggest
and
In my project, in the directories there are generated files
index.js.LICENSE.txt
file-loader
towebpack.config.js
rules
)The text was updated successfully, but these errors were encountered: