Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pubspec.lock to .gitignore #508

Open
Adrian-Samoticha opened this issue May 3, 2024 · 1 comment
Open

Add pubspec.lock to .gitignore #508

Adrian-Samoticha opened this issue May 3, 2024 · 1 comment
Labels
repo maintenance Related to keeping repo operations smooth

Comments

@Adrian-Samoticha
Copy link
Member

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 Adrian-Samoticha added the repo maintenance Related to keeping repo operations smooth label May 3, 2024
@Adrian-Samoticha
Copy link
Member Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
repo maintenance Related to keeping repo operations smooth
Projects
None yet
Development

No branches or pull requests

1 participant