1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 00:10:11 +02:00
Commit Graph

26 Commits

Author SHA1 Message Date
BC Ko
e144ca670f
remove Jetbrain and MacOS related values 2018-05-27 17:22:53 -07:00
BC Ko
7df710b0dd
Update Dart.gitignore
updated according to https://www.dartlang.org/guides/libraries/private-files
2018-05-27 14:04:07 -07:00
Kevin Moore
60ad7088f7
Fix URL in comments
Points to valid URI
2018-03-02 10:39:24 -08:00
Patrice Chalin
91654d4e53
Add .dart_tool/
Followup to https://github.com/dart-lang/site-www/issues/444#issuecomment-346560788
2018-01-31 20:26:54 -05:00
Kevin Moore
39723c4ce5 Update Dart.gitignore 2017-03-11 13:41:43 -08:00
Kevin Moore
0548e0ba6d Update Dart.gitignore 2017-03-11 13:41:14 -08:00
Kevin Moore
56feedcfa4 Drastically simplify .gitignore for Dart
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.
2017-03-10 16:32:54 -08:00
Gary Smith
8d974a01f7 Update to take into account Dart SDK 1.20
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.
2016-11-01 07:50:48 -04:00
Gary Smith
eefbb4f8f2 doc/api/ explicitly a directory 2015-10-24 14:01:53 -04:00
Gary Smith
7673714c7e Fixed generated part js file pattern 2015-10-24 12:46:47 -04:00
Gary Smith
7f9f6a1535 Updates based on discussions with Dart team
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
2015-10-23 12:46:40 -04:00
Gary Smith
3a622f2dcb Add *.precompiled.js
Add *.precompiled.js as per
https://stackoverflow.com/questions/20314796/which-files-are-generated-when-executing-dart2js-and-why
2015-10-21 10:45:49 -04:00
Gary Smith
4892e962c2 Add *.info.json to dart2js patterns 2015-10-21 10:29:21 -04:00
Gary Smith
db23e4f579 Update Dart.gitignore
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
2015-10-21 09:11:27 -04:00
Gary Smith
d0f5047edc Fix line 1
Line 1 somehow different from upstream
2015-10-10 07:45:09 -04:00
Gary Smith
b14da8f05a Dartdoc, pubspec.lock disabiguation
Added directory for dartdoc tool. Disambiguated comment for pubspec.lock
pattern.
2015-10-08 07:45:25 -04:00
Natalie Weizenbaum
80b0942d7e Update Dart.gitignore
As of Dart 1.12, the pub package manager will start generating a .packages file that will eventually replace the packages/ directory.
2015-06-30 12:12:42 -07:00
Devon Carew
64ca10514b Update Dart.gitignore
Dart2js (Dart's JavaScript compiler) no longer creates `foo.dart.precompiled.js` files when compiling.
2014-09-17 21:31:39 -07:00
Devon Carew
9f06854ac6 Update Dart.gitignore
add the `.pub/` directory, and change the `packages` filter to match sub-folders.
2014-09-08 23:36:52 -07:00
kun
2d997dd2fa Update Dart.gitignore
Add in rule for .buildlog
2014-09-01 02:22:33 -06:00
Devon Carew
e8d7cafc16 Update Dart.gitignore
- 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.
2014-03-08 00:45:00 -08:00
Stuart P. Bentley
36e07e8b2d Fix comments in Dart.gitignore
.gitignore uses `#` for comments, not `//`
2014-02-28 12:51:18 -08:00
Martin Charles
24c4e48251 Update Dart.gitignore
Removed space from end of line which prevented the `pubspec.lock` from being ignored.
2014-02-03 11:31:02 -05:00
Guillaume Girou
12d95d1ff8 Move editor specific files into a new DartEditor.gitignore 2013-11-10 17:28:41 +01:00
Caique Rodrigues
da7ce3135d Dart.gitignore updated to reflect instructions provided by authors 2013-07-11 15:27:02 -03:00
John McCutchan
694eb80d7b Add Dart language support 2012-10-26 17:58:35 -07:00