1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 11:44:21 +01:00
Commit Graph

13 Commits

Author SHA1 Message Date
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