From 172879e0ed2b444324faca5af619289aa3346084 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Tue, 1 Jun 2021 21:41:16 -0300 Subject: [PATCH] [chore] Don't allow .log in on releases. # modified: .npmignore # --- .gitignore | 1 + .npmignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a75cdaf9..37d35008 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ _book *.diff *.orig *.rej +.log examples/__build__ coverage yarn.lock diff --git a/.npmignore b/.npmignore index 000f5dea..4a099d63 100644 --- a/.npmignore +++ b/.npmignore @@ -5,6 +5,7 @@ CONTRIBUTING.md .eslintrc.js *.orig *.rej +.log .changelog_update Makefile book.json