Skip to content

Instantly share code, notes, and snippets.

@ywwwtseng
Created December 24, 2019 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ywwwtseng/075ece7ef1c4c53b2edb2589a592c3b5 to your computer and use it in GitHub Desktop.
Save ywwwtseng/075ece7ef1c4c53b2edb2589a592c3b5 to your computer and use it in GitHub Desktop.
### Node template
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Dependency directories
node_modules/
# Optional npm cache directory
.npm
# dotenv environment variables file
.env
# next.js build output
.next
# generate folder
dist
# Serverless directories
.serverless
# IDE / Editor
.idea
.editorconfig
# Service worker
sw.*
# Mac OSX
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment