Skip to content

Instantly share code, notes, and snippets.

@gaurangrshah
Last active December 15, 2019 05:15
Show Gist options
  • Save gaurangrshah/54e3f334999be4a17b46cc93d6afe69f to your computer and use it in GitHub Desktop.
Save gaurangrshah/54e3f334999be4a17b46cc93d6afe69f to your computer and use it in GitHub Desktop.
node gitignore
# OS X
.DS_Store*
Icon?
._*
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# Linux
.directory
*~
# npm
node_modules
package-lock.json
*.log
*.gz
# Coveralls
coverage
# Benchmarking
benchmarks/graphs
*.vscode
*.theia
*.code-workspace
*.code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment