Skip to content

Commit 79d0347

Browse files
authored
Initial commit
0 parents  commit 79d0347

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# See https://www.dartlang.org/guides/libraries/private-files
2+
3+
# Files and directories created by pub
4+
.dart_tool/
5+
.packages
6+
.pub/
7+
build/
8+
# If you're building an application, you may want to check-in your pubspec.lock
9+
pubspec.lock
10+
11+
# Directory created by dartdoc
12+
# If you don't generate documentation locally you can remove this line.
13+
doc/api/

0 commit comments

Comments
 (0)