# dependencies
node_modules

# demo
showcase
index.html
upload.php

# typescript
*.ts
!*.d.ts

# git
.git
.gitignore

# type definition
typings
typings.json

# config
tsconfig.json
webpack.config.js
gulpfile.js

# misc
*.log
prod



