diff options
author | Patrice Chalin <chalin@users.noreply.github.com> | 2018-01-31 20:26:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-31 20:26:54 -0500 |
commit | 91654d4e53a78e0b571c0ee8bca9ee93d38cde01 (patch) | |
tree | 2d009b65b9ea399cf70b5b8fb305b4c9f57560a4 | |
parent | 22a5eb3da72c0a224a179033e92722bdbf5a05ad (diff) | |
download | gitignore-91654d4e53a78e0b571c0ee8bca9ee93d38cde01.tar.gz gitignore-91654d4e53a78e0b571c0ee8bca9ee93d38cde01.zip |
Add `.dart_tool/`
Followup to https://github.com/dart-lang/site-www/issues/444#issuecomment-346560788
-rw-r--r-- | Dart.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dart.gitignore b/Dart.gitignore index 4d2a4d6d..58950beb 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,6 +1,7 @@ # See https://www.dartlang.org/tools/private-files.html # Files and directories created by pub +.dart_tool/ .packages .pub/ build/ |