From 5ac986a0e2a9180dd7c1656f98443c2c71e344c5 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 18 Mar 2021 19:42:23 -0300 Subject: [PATCH] Ignore phar files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f726ea77d..0457fdcbd 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ node_modules/ /.php_cs.cache .phpunit.result.cache -/docs/.vuepress/dist \ No newline at end of file +/docs/.vuepress/dist +*.phar \ No newline at end of file