Created
July 2, 2018 00:54
-
-
Save yordis/501c1f4a2bddf16166fc855ccb85b569 to your computer and use it in GitHub Desktop.
Javascript package templates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Project | |
/src/**/*.js | |
/dist | |
/docs | |
# npm | |
/node_modules | |
/package-lock.json | |
# Logs | |
*.log | |
npm-debug.log* | |
yarn-debug.log* | |
yarn-error.log* | |
yarn-*.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 | |
# TypeScript v1 declaration files | |
/typings | |
# Optional npm cache directory | |
.npm | |
# Optional REPL history | |
.node_repl_history | |
# Output of 'npm pack' | |
*.tgz | |
# Yarn Integrity file | |
.yarn-integrity | |
# parcel-bundler cache (https://parceljs.org/) | |
.cache | |
# nuxt.js build output | |
.nuxt | |
# vuepress build output | |
.vuepress/dist | |
# Serverless directories | |
.serverless | |
# IDEs & Editors | |
*.sublime-project | |
*.sublime-workspace | |
/.idea | |
/.vscode | |
*.iml | |
*.swp | |
*.swo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Project | |
/src | |
/test | |
/docs | |
yarn.lock | |
tsconfig* | |
tslint* | |
.editorconfig | |
jest.config.js | |
# npm | |
/node_modules | |
/package-lock.json | |
# Logs | |
*.log | |
npm-debug.log* | |
yarn-debug.log* | |
yarn-error.log* | |
yarn-*.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 | |
# TypeScript v1 declaration files | |
/typings | |
# Optional npm cache directory | |
.npm | |
# Optional REPL history | |
.node_repl_history | |
# Output of 'npm pack' | |
*.tgz | |
# Yarn Integrity file | |
.yarn-integrity | |
# parcel-bundler cache (https://parceljs.org/) | |
.cache | |
# nuxt.js build output | |
.nuxt | |
# vuepress build output | |
.vuepress/dist | |
# Serverless directories | |
.serverless | |
# IDEs & Editors | |
*.sublime-project | |
*.sublime-workspace | |
/.idea | |
/.vscode | |
*.iml | |
*.swp | |
*.swo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment