fix the gitignore path for compiled css

This commit is contained in:
Spencer Alger 2014-07-22 13:26:32 -07:00
parent 84f3322a98
commit 50d206f56f

2
.gitignore vendored
View file

@ -1,7 +1,7 @@
.DS_Store
node_modules
src/bower_components
*/styles/*.css
**/styles/*.css
trash
build
target