macos_ui
macos_ui copied to clipboard
Add `pubspec.lock` to `.gitignore`
The pubspec.lock file is an auto-generated file that frequently changes automatically when new versions of macos_ui’s dependencies are released. According to https://dart.dev/guides/libraries/private-files, it is recommended not to commit the pubspec.lock file (at least for libraries).
Therefore, I hereby propose adding it to the .gitignore file and removing it from the repository.
Perhaps this issue can be extended to Xcode-related files (such as Podfile.lock, project.pbxproj, and Runner.xcscheme), assuming they can safely be removed?
I would definitely add Podfile.lock too.