You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A .gitignore is added in the resulting folder structure if it is determined that git has not been initialized yet. In mono-repo scenarios, we likely still want to have a .gitignore
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# production
/dist
# misc
npm-debug.log*
yarn-debug.log*
yarn-error.log*
The text was updated successfully, but these errors were encountered:
A .gitignore is added in the resulting folder structure if it is determined that git has not been initialized yet. In mono-repo scenarios, we likely still want to have a .gitignore
The text was updated successfully, but these errors were encountered: