Last active
August 29, 2015 14:19
-
-
Save aliaksandr-master/d8ceaa68ee9da6acc7ef to your computer and use it in GitHub Desktop.
common gitignore for frontend projects
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
# 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