# dependencies
node_modules

# demo
showcase
index.html
upload.php

# typescript
*.ts
!*.d.ts

# git
.git
.gitignore

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

# aot
aot

# misc
*.log
prod



