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

Side by Side Diff: .gitignore

Issue 1162723007: remove generated_sdk from checked in code (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 6 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 | test/generated_sdk/lib/_internal/compiler/js_lib/annotations.dart » ('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 directories created by pub. 1 # Don’t commit the following directories created by pub.
2 .pub 2 .pub
3 build/ 3 build/
4 packages 4 packages
5 5
6 # Or the files created by tools. 6 # Or the files created by tools.
7 *.dart.precompiled.js 7 *.dart.precompiled.js
8 *.js_ 8 *.js_
9 *.js.deps 9 *.js.deps
10 *.sw? 10 *.sw?
11 .idea/ 11 .idea/
12 .pub/ 12 .pub/
13 node_modules 13 node_modules
14 14
15 # Created by ./tool/build_sdk.sh
16 tool/generated_sdk/
17
15 # Or our test outputs 18 # Or our test outputs
16 test/codegen/actual/ 19 test/codegen/actual/
17 test/dart_codegen/actual/ 20 test/dart_codegen/actual/
18 test/generated_sdk/sdk_errors.txt
19 21
20 # Include when developing application packages. 22 # Include when developing application packages.
21 pubspec.lock 23 pubspec.lock
OLDNEW
« no previous file with comments | « no previous file | test/generated_sdk/lib/_internal/compiler/js_lib/annotations.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698