8000 Modify .gitignore · nullskill/leetcode@732adae · GitHub
[go: up one dir, main page]

Skip to content

Commit 732adae

Browse files
committed
Modify .gitignore
1 parent f78fb13 commit 732adae

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.gitignore

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# https://dart.dev/guides/libraries/private-files
2-
# Created by `dart pub`
1+
# Files and directories created by pub.
32
.dart_tool/
3+
.packages
4+
5+
# Conventional directory for build output.
6+
build/
47

5-
# Avoid committing pubspec.lock for library packages; see
6-
# https://dart.dev/guides/libraries/private-files#pubspeclock.
78
pubspec.lock
9+
10+
coverage/

0 commit comments

Comments
 (0)
0