7fd5108794
The `.packages` file is no longer a special Dart file, so any existing file lying around is garbage to be cleaned up. We shouldn't be hiding it. Change-Id: I269099bd66e392d630d5b23f4617a705a66a0800 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/414101 Commit-Queue: Lasse Nielsen <lrn@google.com> Reviewed-by: Kevin Moore <kevmoo@google.com> Reviewed-by: Brian Quinlan <bquinlan@google.com> Reviewed-by: Paul Berry <paulberry@google.com>
24 lines
352 B
Plaintext
24 lines
352 B
Plaintext
# Don’t commit the following files and directories created by pub.
|
||
.pub
|
||
build/
|
||
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/
|