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

Side by Side Diff: .gitignore

Issue 2249233002: fix #626, add AMD module format and make it default (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged Created 4 years, 3 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 | CHANGELOG.md » ('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 doc/api/ 15 doc/api/
16 16
17 # Generated files go here. 17 # Generated files go here.
18 gen/ 18 gen/
19 19
20 # Ignore generated summary. 20 # Ignore generated SDK summary.
21 lib/runtime/dart_sdk.sum 21 lib/js/*/*.sum
22 22
23 # Created by ./tool/dependency_overrides.sh. 23 # Created by ./tool/dependency_overrides.sh.
24 dependency_overrides/ 24 dependency_overrides/
OLDNEW
« no previous file with comments | « no previous file | CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698