From: Eric Morris Date: Tue, 29 Oct 2013 21:54:44 +0000 (-0700) Subject: Update .gitignore to exclude build folder X-Git-Tag: v1.0.0~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75cf27d984b6da91b475f295385c7b4092df5c11;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Update .gitignore to exclude build folder --- diff --git a/.gitignore b/.gitignore index 74a0cbf8..8cac2fc8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .DS_Store node_modules/ -tmp/ \ No newline at end of file +build/ \ No newline at end of file