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.
pull/21833/head
Travis Ralston 2021-03-02 10:47:49 -07:00
parent 49fc053b94
commit 867ce322e1
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ package-lock.json
/src/component-index.js /src/component-index.js
.DS_Store .DS_Store
*.tmp