element-web/.gitignore
J. Ryan Stinnett 94b3e8825b Allow lock files to be committed
We have changed our release scripts to commit changes to lock files during
release, so it should be safe to allow them again.
2019-03-11 13:47:14 +00:00

16 lines
217 B
Text

npm-debug.log
/node_modules
/lib
# version file and tarball created by 'npm pack'
/git-revision.txt
/matrix-react-sdk-*.tgz
# test reports created by karma
/karma-reports
/.idea
/src/component-index.js
.DS_Store