Skip to content

Instantly share code, notes, and snippets.

@aliaksandr-master
Last active August 29, 2015 14:19
Show Gist options
  • Save aliaksandr-master/d8ceaa68ee9da6acc7ef to your computer and use it in GitHub Desktop.
Save aliaksandr-master/d8ceaa68ee9da6acc7ef to your computer and use it in GitHub Desktop.
common gitignore for frontend projects
# ide and os files
.idea/
*.DS_Store
*.kate-swp
*.desktop
*.thumb
*.sublime*
.~*
~*
*~
# npm
npm-debug.log
node_modules/
# bower
bower_components/
# tmp files
.tmp
# coverage
lib-cov/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment