Showing
1 changed file
with
13 additions
and
0 deletions
.gitignore
0 → 100644
| 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/ |
-
Please register or login to post a comment