-
Notifications
You must be signed in to change notification settings - Fork 6
Automatically create .gitignore
when installing
#16
Comments
Hello! Personaly, I think that .gitignore must be present in the repositories. They are important to define the library behaviour. Why are they not present ? Is it because you have these ignore as global on your computer ? Maybe it's useless for the non composer users... But, for the contribution process, it will be more simple to have them versioned. Like that you fork, clone and you are ready to work (I think it's a common practice in PHP development today...). Also I can miss something about Hoa usage ... |
There is no |
Ok I understand, Hoa was not created with Composer first... Also the
The same way, I saw that you never put |
Hello, composer.lock are optionnal, cause we adopt the Rüsh Release you can read more information here : .gitignore can be cool 👍 |
Ok, thanks for the link about Rüsh Release! Now I fully understand the current architecture... |
But having a |
Ok, I'll be glad to add these files :) I create the issue... |
I close this issue in favor of hoaproject/Central#22. |
Hello 😃,
What about creating a
.gitignore
file when installed through Composer?Before
composer install
:After
composer install
:Allows people to not commit useless stuff. However,
.gitignore
is still prompted ingit status
:-/. Is it just a stupid idea? Should we commit all the.gitignore
file?/cc @hoaproject/hoackers and @shulard
The text was updated successfully, but these errors were encountered: