From 867ce322e1da4675b78bb884256bbcef423f585e Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 2 Mar 2021 10:47:49 -0700 Subject: [PATCH] Add .tmp files to gitignore My git client is convinced that `src/component-index.js.tmp` needs to be checked in, which is nice of it but also wrong. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 33e8bfc7ac..e1dd7726e1 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ package-lock.json /src/component-index.js .DS_Store +*.tmp