Skip to content

Commit 6708b38

Browse files
committed
chore: updating gitignore
1 parent 55a3e85 commit 6708b38

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pubspec.lock
99
.vscode/
1010

1111
.env*
12+
!example/.env
1213

1314
# Local development overrides
1415
pubspec_overrides.yaml

.pubignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Files to exclude from pub.dev publishing.
2+
# See https://dart.dev/go/pubignore
3+
4+
.dart_tool/
5+
pubspec.lock
6+
.vscode/
7+
pubspec_overrides.yaml

0 commit comments

Comments
 (0)