Skip to content
This repository was archived by the owner on Jun 5, 2021. It is now read-only.

Commit d99e115

Browse files
committed
Update gitignore file.
1 parent ec647e3 commit d99e115

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

.gitignore

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
1-
.DS_Store
2-
.dart_tool/
1+
# See https://www.dartlang.org/guides/libraries/private-files
32

3+
# Files and directories created by pub
4+
.dart_tool/
45
.packages
56
.pub/
7+
build/
8+
# If you're building an application, you may want to check-in your pubspec.lock
69
pubspec.lock
710

8-
build/
9-
/lib/generated
11+
# Directory created by dartdoc
12+
# If you don't generate documentation locally you can remove this line.
13+
doc/api/
14+
15+
# Extras
16+
lib/generated/i18n.dart
17+
.DS_Store
18+
.gradle
19+
20+
# Log files
21+
*.log
22+
23+
# ide
24+
.idea/
25+
*.iml

0 commit comments

Comments
 (0)