Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Side by Side Diff: .gitignore

Issue 1243503007: fixes #221, initial sync*, async, async* implementation (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | karma.conf.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Don’t commit the following files and directories created by pub. 1 # Don’t commit the following files and directories created by pub.
2 .pub 2 .pub
3 build/ 3 build/
4 packages 4 packages
5 .packages 5 .packages
6 6
7 # Ignore files created by tools. 7 # Ignore files created by tools.
8 *.dart.precompiled.js 8 *.dart.precompiled.js
9 *.js_ 9 *.js_
10 *.js.deps 10 *.js.deps
11 *.sw? 11 *.sw?
12 .idea/ 12 .idea/
13 .pub/ 13 .pub/
14 node_modules 14 node_modules
15 15
16 # Ignore test output 16 # Ignore test output
17 test/codegen/expect/dev_compiler/ 17 test/codegen/expect/dev_compiler/
18 test/codegen/expect/language/
18 test/codegen/expect/sunflower/dev_compiler/ 19 test/codegen/expect/sunflower/dev_compiler/
19 20
20 # Created by ./tool/build_sdk.sh 21 # Created by ./tool/build_sdk.sh
21 tool/generated_sdk/ 22 tool/generated_sdk/
22 23
23 # Include when developing application packages. 24 # Include when developing application packages.
24 pubspec.lock 25 pubspec.lock
OLDNEW
« no previous file with comments | « no previous file | karma.conf.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698