aboutsummaryrefslogtreecommitdiffstats
path: root/Dart.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* doc/api/ explicitly a directoryGary Smith2015-10-241-1/+1
|
* Fixed generated part js file patternGary Smith2015-10-241-1/+1
|
* Updates based on discussions with Dart teamGary Smith2015-10-231-4/+11
| | | | | | | | | | | | | | | 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
* Add *.precompiled.jsGary Smith2015-10-211-0/+1
| | | | | Add *.precompiled.js as per https://stackoverflow.com/questions/20314796/which-files-are-generated-when-executing-dart2js-and-why
* Add *.info.json to dart2js patternsGary Smith2015-10-211-0/+1
|
* Update Dart.gitignoreGary Smith2015-10-211-8/+8
| | | | | | | 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
* Fix line 1Gary Smith2015-10-101-1/+1
| | | | Line 1 somehow different from upstream
* Dartdoc, pubspec.lock disabiguationGary Smith2015-10-081-2/+5
| | | | | Added directory for dartdoc tool. Disambiguated comment for pubspec.lock pattern.
* Update Dart.gitignoreNatalie Weizenbaum2015-06-301-0/+1
| | | As of Dart 1.12, the pub package manager will start generating a .packages file that will eventually replace the packages/ directory.
* Update Dart.gitignoreDevon Carew2014-09-171-1/+0
| | | Dart2js (Dart's JavaScript compiler) no longer creates `foo.dart.precompiled.js` files when compiling.
* Update Dart.gitignoreDevon Carew2014-09-081-2/+3
| | | add the `.pub/` directory, and change the `packages` filter to match sub-folders.
* Update Dart.gitignorekun2014-09-011-0/+1
| | | Add in rule for .buildlog
* Update Dart.gitignoreDevon Carew2014-03-081-5/+7
| | | | | | - 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.
* Fix comments in Dart.gitignoreStuart P. Bentley2014-02-281-3/+3
| | | .gitignore uses `#` for comments, not `//`
* Update Dart.gitignoreMartin Charles2014-02-031-1/+1
| | | Removed space from end of line which prevented the `pubspec.lock` from being ignored.
* Move editor specific files into a new DartEditor.gitignoreGuillaume Girou2013-11-101-6/+1
|
* Dart.gitignore updated to reflect instructions provided by authorsCaique Rodrigues2013-07-111-3/+15
|
* Add Dart language supportJohn McCutchan2012-10-261-0/+4