ng2-bootstrap-base-modified
Version:
Native Angular Bootstrap Components Typeahead modified
40 lines (33 loc) • 556 B
Plain Text
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
/node_modules
/bower_components
yarn.lock
# IDEs and editors
/.idea
/.vscode
.project
.classpath
*.launch
.settings/
# misc
/.sass-cache
/connect.lock
/coverage/*
/libpeerconnection.log
npm-debug.log
# ignore build and dist for now
/dist
/temp
/demo/dist
/demo/temp
/logs
#System Files
.DS_Store
Thumbs.db
/demo/e2e/*.js
/demo/e2e/*.map
src/**/*.js
src/**/*.map
scripts/**/*.js
scripts/**/*.map