# Logs logs *.log npm-debug.log* # Runtime data pids *.pid *.seed *.pid.lock # Directory for instrumented libs generated by jscoverage/JSCover lib-cov # Coverage directory used by tools like istanbul coverage # nyc test coverage .nyc_output # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) .grunt # node-waf configuration .lock-wscript # Compiled binary addons (http://nodejs.org/api/addons.html) build/Release # Dependency directories node_modules jspm_packages # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity ############################################################################################################# # Everything above this line was taken from: https://github.com/github/gitignore/blob/master/Node.gitignore # ############################################################################################################# # VS Code IDE specific settings .vscode typings # Temp directory for build output temp # Jest code coverage output directory coverage ############################################################################################################# # Everything above this line needs to match the .gitignore file exactly that way we do not install unneeded # dev dependencies on the user's machine when they install this package globally. # # Everything below this line are additional resources we do not want installed on the users machine when they # install the package gloabally. ############################################################################################################# # Used on the web only images # The test directory is only used for people contributing to the project, not needed for casual users. test # Typescript files used only during development /lib *.ts # Various project configuration .gitattributes .gitignore gulpfile.js *.md tsconfig.json