macos_ui icon indicating copy to clipboard operation
macos_ui copied to clipboard

Add `pubspec.lock` to `.gitignore`

Open Adrian-Samoticha opened this issue 1 year ago • 1 comments

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.

Adrian-Samoticha avatar May 03 '24 10:05 Adrian-Samoticha

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?

Adrian-Samoticha avatar May 03 '24 12:05 Adrian-Samoticha

I would definitely add Podfile.lock too.

skythomp16 avatar Nov 02 '24 13:11 skythomp16