Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Update .gitignore to new dart_tool pub cache #169

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
delete .pub and packages
  • Loading branch information
bcko authored May 28, 2018
commit 4273f4c39763e8ad2cc8664f30a00e668e69d82a
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# See https://www.dartlang.org/guides/libraries/private-files

# Don’t commit the following directories created by pub.
.pub/
.dart_tool/
build/
.packages
packages
build/

# Or the files created by dart2js.
*.dart.js
Expand Down