element-web/.gitignore
Travis Ralston 867ce322e1 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.
2021-03-02 10:47:49 -07:00

16 lines
208 B
Text

/.npmrc
/*.log
package-lock.json
/node_modules
/lib
# version file and tarball created by `npm pack` / `yarn pack`
/git-revision.txt
/matrix-react-sdk-*.tgz
/.idea
/src/component-index.js
.DS_Store
*.tmp