Skip to content

Instantly share code, notes, and snippets.

@yordis
Created July 2, 2018 00:54
Show Gist options
  • Save yordis/501c1f4a2bddf16166fc855ccb85b569 to your computer and use it in GitHub Desktop.
Save yordis/501c1f4a2bddf16166fc855ccb85b569 to your computer and use it in GitHub Desktop.
Javascript package templates
# 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
# 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