Skip to content

Instantly share code, notes, and snippets.

@slavafomin
Created September 22, 2020 12:20
Show Gist options
  • Save slavafomin/46a3626f680840a1f2368c80e03c903e to your computer and use it in GitHub Desktop.
Save slavafomin/46a3626f680840a1f2368c80e03c903e to your computer and use it in GitHub Desktop.
.gitignore template for JavaScript or Node.js projects
# IDEA-based IDEs
/.idea/
# Build files
**/dist/
# Dependencies
**/node_modules/
# Temp files
*.log
**/temp/
# Environment configuration
/*.env
/!.env.dist
# OS files
.DS_Store
Thumbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment