Closed nilsreichardt closed 2 years ago
pubspec.lock is already in .gitignore but is still tracked in git. Therefore, I removed it from git with git rm --cached pubspec.lock.
pubspec.lock
.gitignore
git rm --cached pubspec.lock
👍
pubspec.lock
is already in.gitignore
but is still tracked in git. Therefore, I removed it from git withgit rm --cached pubspec.lock
.