Created
December 24, 2019 10:09
-
-
Save ywwwtseng/075ece7ef1c4c53b2edb2589a592c3b5 to your computer and use it in GitHub Desktop.
This file contains 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
### 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