mirror of https://github.com/vector-im/riot-web
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
parent
49fc053b94
commit
867ce322e1
|
@ -13,3 +13,4 @@ package-lock.json
|
|||
/src/component-index.js
|
||||
|
||||
.DS_Store
|
||||
*.tmp
|
||||
|
|
Loading…
Reference in New Issue