# 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 schematics/src/**/*.js schematics/src/**/*.js.map schematics/src/**/*.d.ts