Skip to content

Instantly share code, notes, and snippets.

@mebtte
Created April 21, 2019 07:19
Show Gist options
  • Save mebtte/0607e36293075cb37768076953ae624b to your computer and use it in GitHub Desktop.
Save mebtte/0607e36293075cb37768076953ae624b to your computer and use it in GitHub Desktop.
git ignore
# node.js & npm & yarn
node_modules/
package-lock.json
yarn.lock
# macOS
.DS_Store
# Windows
# log
log/
*.log
# temp
tmp/
temp/
# build
build/
release/
dist/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment