From e5e88e32f331e188b0e57e6d89ea3bbdd168f85c Mon Sep 17 00:00:00 2001
From: Gary Smith <argentiapparatus@gmail.com>
Date: Sun, 1 Nov 2015 07:25:08 -0500
Subject: [PATCH] Updates gitignore templates
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

.pub → .pub/
.build→ .build/
---
 templates/console-full/.gitignore     | 4 ++--
 templates/package-simple/.gitignore   | 4 ++--
 templates/server-appengine/.gitignore | 4 ++--
 templates/server-shelf/.gitignore     | 4 ++--
 templates/web-polymer/.gitignore      | 4 ++--
 templates/web-simple/.gitignore       | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/templates/console-full/.gitignore b/templates/console-full/.gitignore
index 3e3ef75..ef1c681 100644
--- a/templates/console-full/.gitignore
+++ b/templates/console-full/.gitignore
@@ -2,8 +2,8 @@
 .buildlog
 .packages
 .project
-.pub
-build
+.pub/
+build/
 packages
 pubspec.lock # (Remove this pattern if you wish to check in your lock file)
 
diff --git a/templates/package-simple/.gitignore b/templates/package-simple/.gitignore
index 8f462e3..beff8a4 100644
--- a/templates/package-simple/.gitignore
+++ b/templates/package-simple/.gitignore
@@ -2,8 +2,8 @@
 .buildlog
 .packages
 .project
-.pub
-build
+.pub/
+build/
 packages
 pubspec.lock
 
diff --git a/templates/server-appengine/.gitignore b/templates/server-appengine/.gitignore
index 3e3ef75..ef1c681 100644
--- a/templates/server-appengine/.gitignore
+++ b/templates/server-appengine/.gitignore
@@ -2,8 +2,8 @@
 .buildlog
 .packages
 .project
-.pub
-build
+.pub/
+build/
 packages
 pubspec.lock # (Remove this pattern if you wish to check in your lock file)
 
diff --git a/templates/server-shelf/.gitignore b/templates/server-shelf/.gitignore
index 3e3ef75..ef1c681 100644
--- a/templates/server-shelf/.gitignore
+++ b/templates/server-shelf/.gitignore
@@ -2,8 +2,8 @@
 .buildlog
 .packages
 .project
-.pub
-build
+.pub/
+build/
 packages
 pubspec.lock # (Remove this pattern if you wish to check in your lock file)
 
diff --git a/templates/web-polymer/.gitignore b/templates/web-polymer/.gitignore
index 3e3ef75..ef1c681 100644
--- a/templates/web-polymer/.gitignore
+++ b/templates/web-polymer/.gitignore
@@ -2,8 +2,8 @@
 .buildlog
 .packages
 .project
-.pub
-build
+.pub/
+build/
 packages
 pubspec.lock # (Remove this pattern if you wish to check in your lock file)
 
diff --git a/templates/web-simple/.gitignore b/templates/web-simple/.gitignore
index 3e3ef75..ef1c681 100644
--- a/templates/web-simple/.gitignore
+++ b/templates/web-simple/.gitignore
@@ -2,8 +2,8 @@
 .buildlog
 .packages
 .project
-.pub
-build
+.pub/
+build/
 packages
 pubspec.lock # (Remove this pattern if you wish to check in your lock file)
 
-- 
GitLab