Add bower_components to .gitignore.

This commit is contained in:
Artem Sapegin 2013-10-30 23:33:57 +04:00
parent 690edd82c5
commit cd70a05b66
1 changed files with 4 additions and 1 deletions

View File

@ -14,8 +14,11 @@ Thumbs.db
.Spotlight-V100 .Spotlight-V100
.Trashes .Trashes
# Installed NPM modules # Installed npm modules
node_modules node_modules
# Installed Bower packages
bower_components
# IDEs stuff # IDEs stuff
.idea .idea