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 all commits
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
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# See https://www.dartlang.org/guides/libraries/private-files

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

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