Browse Source

Clean up

pull/3601/head
Thomas Kaul 1 year ago
parent
commit
9082306bae
  1. 4
      .gitignore

4
.gitignore

@ -5,8 +5,8 @@
/tmp /tmp
# dependencies # dependencies
/.yarn
/node_modules /node_modules
npm-debug.log
# IDEs and editors # IDEs and editors
/.idea /.idea
@ -34,10 +34,8 @@
/coverage /coverage
/dist /dist
/libpeerconnection.log /libpeerconnection.log
npm-debug.log
testem.log testem.log
/typings /typings
yarn-error.log
# System Files # System Files
.DS_Store .DS_Store

Loading…
Cancel
Save