siyelo / fuselage

A full-featured rails 2.3+ template, giving you a flying start to your next project. Includes: authlogic, paperclip, make_resourceful, cucumber, thinking-sphinx + many more.
www.siyelo.com/community/
MIT License
6 stars 4 forks source link

Add compiled stylesheet files to gitignore #4

Closed fortuity closed 14 years ago

fortuity commented 14 years ago

Just a bit of minor polish (not a showstopper)...

You could update gitignore to include these files: public/stylesheets/compiled/grid.css public/stylesheets/compiled/text.css

Thus, "git status" would not show them as "Untracked files".

glennr commented 14 years ago

Fixed - compass now generates compiled css before initial checkin.