1. 28 5月, 2018 2 次提交
  2. 03 3月, 2018 1 次提交
  3. 01 2月, 2018 1 次提交
  4. 12 3月, 2017 2 次提交
  5. 11 3月, 2017 1 次提交
    • K
      Drastically simplify .gitignore for Dart · 56feedcf
      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.
      56feedcf
  6. 01 11月, 2016 1 次提交
    • G
      Update to take into account Dart SDK 1.20 · 8d974a01
      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.
      8d974a01
  7. 25 10月, 2015 2 次提交
  8. 24 10月, 2015 1 次提交
  9. 21 10月, 2015 3 次提交
  10. 10 10月, 2015 1 次提交
    • G
      Fix line 1 · d0f5047e
      Gary Smith 提交于
      Line 1 somehow different from upstream
      d0f5047e
  11. 08 10月, 2015 2 次提交
  12. 01 7月, 2015 1 次提交
    • N
      Update Dart.gitignore · 80b0942d
      Natalie Weizenbaum 提交于
      As of Dart 1.12, the pub package manager will start generating a .packages file that will eventually replace the packages/ directory.
      80b0942d
  13. 18 9月, 2014 1 次提交
    • D
      Update Dart.gitignore · 64ca1051
      Devon Carew 提交于
      Dart2js (Dart's JavaScript compiler) no longer creates `foo.dart.precompiled.js` files when compiling.
      64ca1051
  14. 09 9月, 2014 1 次提交
    • D
      Update Dart.gitignore · 9f06854a
      Devon Carew 提交于
      add the `.pub/` directory, and change the `packages` filter to match sub-folders.
      9f06854a
  15. 01 9月, 2014 1 次提交
  16. 08 3月, 2014 1 次提交
    • D
      Update Dart.gitignore · e8d7cafc
      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.
      e8d7cafc
  17. 01 3月, 2014 1 次提交
  18. 04 2月, 2014 1 次提交
  19. 11 11月, 2013 1 次提交
  20. 12 7月, 2013 1 次提交
  21. 27 10月, 2012 1 次提交