- 28 5月, 2018 2 次提交
-
-
由 BC Ko 提交于
-
由 BC Ko 提交于
updated according to https://www.dartlang.org/guides/libraries/private-files
-
- 03 3月, 2018 1 次提交
-
-
由 Kevin Moore 提交于
Points to valid URI
-
- 01 2月, 2018 1 次提交
- 12 3月, 2017 2 次提交
-
-
由 Kevin Moore 提交于
-
由 Kevin Moore 提交于
-
- 11 3月, 2017 1 次提交
-
-
由 Kevin Moore 提交于
Our typical workflow has JS and related build outputs in the `build` directory. Most users are on new SDKs, so we don't have to worry about these ignores. Most users don't generate docs locally. If they do, it's easy to add the entry to their .gitignore later.
-
- 01 11月, 2016 1 次提交
-
-
由 Gary Smith 提交于
Dart SDK 1.20 no longer creates `packages` directories. Added comments to `pub` files section to differentiate what is needed for >= SDK 1.20 and what is additionally needed for older SDK versions.
-
- 25 10月, 2015 2 次提交
-
-
由 Gary Smith 提交于
-
由 Gary Smith 提交于
-
- 24 10月, 2015 1 次提交
-
-
由 Gary Smith 提交于
1. Updates based on discussions with Dart team See https://github.com/dart-lang/www.dartlang.org/issues/1496 * Removed *.precompiled.js - not generated by dart2js any more * *.js_ → *.part.js Also: 2. Added guidance comments 3. doc/ → doc/api as manually written documents may be in doc/ 4. Added reference to appropriate Dart web site page
-
- 21 10月, 2015 3 次提交
-
-
由 Gary Smith 提交于
Add *.precompiled.js as per https://stackoverflow.com/questions/20314796/which-files-are-generated-when-executing-dart2js-and-why
-
由 Gary Smith 提交于
-
由 Gary Smith 提交于
Modify patterns to explicitly match directories Modified patterns to match files created by tool in Dart SDK 1.12: - Added patterns matching files listed in https://www.dartlang.org/tools/private-files.html - Added *.js, removed *.js_, *.dart.js to match files created by dart2js
-
- 10 10月, 2015 1 次提交
-
-
由 Gary Smith 提交于
Line 1 somehow different from upstream
-
- 08 10月, 2015 2 次提交
-
-
由 Gary Smith 提交于
-
由 Gary Smith 提交于
Added directory for dartdoc tool. Disambiguated comment for pubspec.lock pattern.
-
- 01 7月, 2015 1 次提交
-
-
由 Natalie Weizenbaum 提交于
As of Dart 1.12, the pub package manager will start generating a .packages file that will eventually replace the packages/ directory.
-
- 18 9月, 2014 1 次提交
-
-
由 Devon Carew 提交于
Dart2js (Dart's JavaScript compiler) no longer creates `foo.dart.precompiled.js` files when compiling.
-
- 09 9月, 2014 1 次提交
-
-
由 Devon Carew 提交于
add the `.pub/` directory, and change the `packages` filter to match sub-folders.
-
- 01 9月, 2014 1 次提交
-
-
由 kun 提交于
Add in rule for .buildlog
-
- 08 3月, 2014 1 次提交
-
-
由 Devon Carew 提交于
- add the `build/` directory to the .gitignore list (now created by pub). - add the `.dart.precompiled.js` files (created by dart2js) to the ignore list. And, sort and re-order the file.
-
- 01 3月, 2014 1 次提交
-
-
由 Stuart P. Bentley 提交于
.gitignore uses `#` for comments, not `//`
-
- 04 2月, 2014 1 次提交
-
-
由 Martin Charles 提交于
Removed space from end of line which prevented the `pubspec.lock` from being ignored.
-
- 11 11月, 2013 1 次提交
-
-
由 Guillaume Girou 提交于
-
- 12 7月, 2013 1 次提交
-
-
由 Caique Rodrigues 提交于
-
- 27 10月, 2012 1 次提交
-
-
由 John McCutchan 提交于
-