Skip to content

Instantly share code, notes, and snippets.

@michsch
Created July 19, 2019 09:03
Show Gist options
  • Save michsch/e4eed18ebf9471ef1fc150d2a0863f26 to your computer and use it in GitHub Desktop.
Save michsch/e4eed18ebf9471ef1fc150d2a0863f26 to your computer and use it in GitHub Desktop.
.gitignore default setup
# system files
*Thumbs.db
*DS_Store
# editor settings
*.sublime-workspace
/.idea
# sass
*.sass-cache
*.map
# dependencies
/bower
/node_modules
/vendor
# environment
*local-env.js
/.env
# build directories
/build
/dist
/public
# log files
/logs/*.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment