element-web/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
293 B
Text
Raw Normal View History

2019-03-12 15:03:53 +03:00
/.npmrc
/*.log
package-lock.json
2016-07-01 20:38:51 +03:00
2021-04-28 19:17:43 +03:00
/coverage
2016-02-25 17:18:26 +03:00
/node_modules
/lib
# version file and tarball created by `npm pack` / `yarn pack`
2016-02-25 19:50:27 +03:00
/git-revision.txt
2016-02-25 17:18:26 +03:00
/matrix-react-sdk-*.tgz
2016-03-29 01:35:36 +03:00
/.idea
2022-03-29 00:24:02 +03:00
# Legacy skinning file that some people might still have
/src/component-index.js
.DS_Store
*.tmp
.vscode
.vscode/