# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
/node_modules
npm-debug.log

# type script artifacts
/typings

# WebStorm
.idea

# ignore build and dist for now
/build
/dist

/demo/**/*.js
/demo/**/*.js.map
/components/**/*.js
/components/**/*.js.map
/components/**/*.d.ts
ng2-table.js
ng2-table.js.map
ng2-table.d.ts

/logs
