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
Consolidate and remove .gitignore files under packages where possible.
Also, let's switch to setting includes in the package.json files property, vs setting excludes via .npmignore files.
Package(s): @gasket/*
AC:
Cleaned up repo-level .gitignore file
No unneeded .gitignore files under packages/*
Remove all .npmignore files
Update packages' package.json with files property
The text was updated successfully, but these errors were encountered:
Description
Consolidate and remove
.gitignore
files under packages where possible.Also, let's switch to setting includes in the package.json
files
property, vs setting excludes via.npmignore
files.Package(s): @gasket/*
AC:
.gitignore
files underpackages/*
.npmignore
filesfiles
propertyThe text was updated successfully, but these errors were encountered: