valor-software/angular2-bootstrap

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# 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
.tmp
/dist
/temp
/demo/dist
/demo/temp
/logs
/gh-pages
/cypress/videos/*
/cypress/screenshots/*

#System Files
.DS_Store
Thumbs.db


/demo/e2e/*.js
/demo/e2e/*.map
/demo/src/ng-api-doc.ts
src/**/*.js
src/**/*.map
scripts/**/*.js
scripts/**/*.map