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
{{ message }}
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
When using this template the generated .gitignore contains
webpack.config.js
yarn.lock
neither file should be ignored. The first is for user modifications in combination with gen-webpack.config.js, so it makes no sense to have it ignored (while still being checked into the git tree) OOTB.
As for yarn.lock the recommendation is clearly to not have it ignored either.
While it is easy for users to manually unignore both files, it should be a simple fix to simply remove them from the .gitignore here to save everyone the hassle.
When using this template the generated
.gitignore
containsneither file should be ignored. The first is for user modifications in combination with
gen-webpack.config.js
, so it makes no sense to have it ignored (while still being checked into the git tree) OOTB.As for
yarn.lock
the recommendation is clearly to not have it ignored either.While it is easy for users to manually unignore both files, it should be a simple fix to simply remove them from the
.gitignore
here to save everyone the hassle.see evolvedbinary/fusion-studio#93
see eclipse-theia/theia-ide#134
The text was updated successfully, but these errors were encountered: