aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 67b1132ea14fcd65cbf461268ef4761c15c9e059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.idea/
dist/
node_modules/
**/*.d.ts
**/*.js.map
**/*.js
!webpack.config.js
npm-debug.*
sdc-pubsub.iml
node/
!/jest.config.js
/coverage/
/target/