mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 14:27:18 +00:00
c1139934a7
R=nweiz@google.com, vsm@google.com Review URL: https://codereview.chromium.org/2249233002 .
24 lines
362 B
Text
24 lines
362 B
Text
# Don’t commit the following files and directories created by pub.
|
||
.pub
|
||
build/
|
||
packages
|
||
.packages
|
||
|
||
# Ignore files created by tools.
|
||
*.dart.precompiled.js
|
||
*.js_
|
||
*.js.deps
|
||
*.sw?
|
||
.idea/
|
||
.pub/
|
||
node_modules
|
||
doc/api/
|
||
|
||
# Generated files go here.
|
||
gen/
|
||
|
||
# Ignore generated SDK summary.
|
||
lib/js/*/*.sum
|
||
|
||
# Created by ./tool/dependency_overrides.sh.
|
||
dependency_overrides/
|