Skip to content

Instantly share code, notes, and snippets.

@zymr-keshav
Last active November 29, 2017 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zymr-keshav/8b1baf8d90f569f393627f44b730720f to your computer and use it in GitHub Desktop.
Save zymr-keshav/8b1baf8d90f569f393627f44b730720f to your computer and use it in GitHub Desktop.
general gitignore file
# config file
.lesshintrc
.eslintrc
.jshintrc
.editorconfig
# Angular
/dist/*
/.tmp/*
/node_modules/
/bower_components/
# Node
npm-debug.log
# Mac
.DS_Store
**/.DS_Store
# Windows
Thumbs.db
# VS Code
*.code-workspace
/.vscode/*
# Sublime Text
*.sublime-workspace
*.sublime-project
# vi
*~
# General
**/log/
*.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment