From 96eec34aa29aa8d5b81ecf6907ef9a0196e29de7 Mon Sep 17 00:00:00 2001 From: LiZhuoyuan Date: Sun, 26 Apr 2020 14:29:27 +0800 Subject: [PATCH] no message --- .gitignore | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index b04e535..5cec3db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,20 @@ -.DS_Store +# Don’t commit the following directories created by pub. +.buildlog .dart_tool/ -.idea - -.packages .pub/ +build/ +packages +*.packages +.idea/ +web/experimental +doc -example/.idea +# Or the files created by dart2js. +*.dart.js +*.js_ +*.js.deps +*.js.map -build/ -ios/.generated/ -ios/Flutter/Generated.xcconfig -ios/Runner/GeneratedPluginRegistrant.* +# Include when developing application packages. +pubspec.lock +coverage* \ No newline at end of file