From 46bee50e45ef8f3e9f3727649fa24d50bb2fc782 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 28 Aug 2015 16:44:04 +0800 Subject: complate list of gitignores and licenses --- conf/gitignore/Dart | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 conf/gitignore/Dart (limited to 'conf/gitignore/Dart') diff --git a/conf/gitignore/Dart b/conf/gitignore/Dart new file mode 100644 index 00000000..38548b37 --- /dev/null +++ b/conf/gitignore/Dart @@ -0,0 +1,15 @@ +# Don’t commit the following directories created by pub. +.buildlog +.pub/ +build/ +packages +.packages + +# Or the files created by dart2js. +*.dart.js +*.js_ +*.js.deps +*.js.map + +# Include when developing application packages. +pubspec.lock -- cgit v1.2.3