Created
September 22, 2020 12:20
-
-
Save slavafomin/46a3626f680840a1f2368c80e03c903e to your computer and use it in GitHub Desktop.
.gitignore template for JavaScript or Node.js projects
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
# 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