From 0efa1f986b67b6ea7790854552e62d491b17214d Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Fri, 19 Aug 2016 18:20:10 +0200 Subject: [PATCH] #9 Ignore dist & real people confs --- .gitignore | 3 ++- dist/dark/signature-dark.html | 1 - dist/dark/signature-reply-dark.html | 1 - dist/light/full-mail-light.html | 1 - dist/light/signature-light.html | 1 - dist/light/signature-reply-light.html | 1 - 6 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 dist/dark/signature-dark.html delete mode 100644 dist/dark/signature-reply-dark.html delete mode 100644 dist/light/full-mail-light.html delete mode 100644 dist/light/signature-light.html delete mode 100644 dist/light/signature-reply-light.html diff --git a/.gitignore b/.gitignore index 6fd3165..85c9916 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /vendor/ /node_modules/ /tmp/ -.DS_Store \ No newline at end of file +.DS_Store +/dist \ No newline at end of file diff --git a/dist/dark/signature-dark.html b/dist/dark/signature-dark.html deleted file mode 100644 index 5e709c4..0000000 --- a/dist/dark/signature-dark.html +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/dist/dark/signature-reply-dark.html b/dist/dark/signature-reply-dark.html deleted file mode 100644 index 8c0d576..0000000 --- a/dist/dark/signature-reply-dark.html +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/dist/light/full-mail-light.html b/dist/light/full-mail-light.html deleted file mode 100644 index 75990f9..0000000 --- a/dist/light/full-mail-light.html +++ /dev/null @@ -1 +0,0 @@ -
Hi there,
Thanks for writing up this email.
We are delighted to reply with a responsive template.
\ No newline at end of file diff --git a/dist/light/signature-light.html b/dist/light/signature-light.html deleted file mode 100644 index 177898f..0000000 --- a/dist/light/signature-light.html +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/dist/light/signature-reply-light.html b/dist/light/signature-reply-light.html deleted file mode 100644 index 17e3287..0000000 --- a/dist/light/signature-reply-light.html +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file