aboutsummaryrefslogtreecommitdiffstats
path: root/Dart.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Update Dart.gitignoreBrian Douglas2021-05-071-2/+1
|
* ignore dotenv in dartManoj Paramsetti2021-04-251-0/+4
|
* Dart: Ignore .flutter-plugins (#3398)Sascha Peilicke2020-05-061-0/+3
| | | | Generated files that appear when using 'google_fonts' or other Dart packages designed as Flutter plugins.
* remove Jetbrain and MacOS related valuesBC Ko2018-05-271-8/+0
|
* Update Dart.gitignoreBC Ko2018-05-271-1/+17
| | | updated according to https://www.dartlang.org/guides/libraries/private-files
* Fix URL in commentsKevin Moore2018-03-021-1/+1
| | | Points to valid URI
* Add `.dart_tool/`Patrice Chalin2018-01-311-0/+1
| | | Followup to https://github.com/dart-lang/site-www/issues/444#issuecomment-346560788
* Update Dart.gitignoreKevin Moore2017-03-111-2/+2
|
* Update Dart.gitignoreKevin Moore2017-03-111-0/+4
|
* Drastically simplify .gitignore for DartKevin Moore2017-03-101-26/+1
| | | | | | 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.
* Update to take into account Dart SDK 1.20Gary Smith2016-11-011-2/+8
| | | 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.
* 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