diff options
author | Devon Carew <devoncarew@google.com> | 2014-09-08 23:36:52 -0700 |
---|---|---|
committer | Devon Carew <devoncarew@google.com> | 2014-09-08 23:36:52 -0700 |
commit | 9f06854ac66720857c7ed9aa98d49023862a5e46 (patch) | |
tree | 1bc19db7fba3b7d19239a5dc16ed35b4e3be17b7 /Dart.gitignore | |
parent | cc95f63e202f4a84cd71eae0fed07903550bee35 (diff) | |
download | gitignore-9f06854ac66720857c7ed9aa98d49023862a5e46.tar.gz gitignore-9f06854ac66720857c7ed9aa98d49023862a5e46.zip |
Update Dart.gitignore
add the `.pub/` directory, and change the `packages` filter to match sub-folders.
Diffstat (limited to 'Dart.gitignore')
-rw-r--r-- | Dart.gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Dart.gitignore b/Dart.gitignore index 2ceb8eed..595694ab 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,7 +1,8 @@ # Don’t commit the following directories created by pub. -build/ -packages/ .buildlog +.pub/ +build/ +packages # Or the files created by dart2js. *.dart.js |