From 9a49655e351ad985e840aeacb8de7fea82b7a4d0 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Thu, 3 Nov 2016 05:05:05 -0700 Subject: [PATCH] Generally ignore distribution files --- .distignore | 2 ++ .gitignore | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.distignore b/.distignore index 96ba01f7..ef9b681a 100644 --- a/.distignore +++ b/.distignore @@ -8,3 +8,5 @@ circle.yml bin/ features/ utils/ +*.zip +*.tar.gz diff --git a/.gitignore b/.gitignore index 6800d22d..930cf9e1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ composer.lock wp-cli.local.yml node_modules/ vendor/ +*.zip +*.tar.gz