Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 728e8e2

Browse files
author
eightgran
committed
Remove pubspec.lock
- Lock files should not be commited to version control on packages. - See https://dart.dev/guides/libraries/private-files for more details.
1 parent 6ce69c6 commit 728e8e2

File tree

2 files changed

+3
-112
lines changed

2 files changed

+3
-112
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
.pub-cache/
3030
.pub/
3131
build/
32+
# Pubspec lock files should not be commited to version control on packages.
33+
# See https://dart.dev/guides/libraries/private-files for more details.
34+
pubspec.lock
3235

3336
# Android related
3437
**/android/**/gradle-wrapper.jar

pubspec.lock

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)