hrphp / hrphp-framework

A tutorial project for developers interested in learning more about PHP web development frameworks.
MIT License
1 stars 1 forks source link

Added to .gitignore #5

Closed troy0820 closed 9 years ago

troy0820 commented 9 years ago

Added .DS_Store to .gitignore

I didn't put any IntelliJ files because I don't have it but feel free to add to this list. Are we gonna use any node for this stuff, in regards to bower?

guillermoandrae commented 9 years ago

@troy0820 I would say that front end asset management is outside of the scope of a PHP framework. We'd want to leave it up to the developer to decide what he/she wants to do on the front end. And if he/she is building a web API, then he/she wouldn't need bower at all.

Sorry it took so long for me to see this :frowning: