22 lines
326 B
Plaintext
22 lines
326 B
Plaintext
# 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
|
|
|
|
/logs
|