-
Notifications
You must be signed in to change notification settings - Fork 113
Conversation
So you just wrote the "raw" .gitignore files that are used in both 2.x and 3.x branches then, it sounds better 👍 |
3d57b2a
to
2ae8356
Compare
@Pierstoval : Yes, and your comment also made me think the array syntax is useless now, so here is the nowdoc alternative. |
I love this string format even if it looks a bit ugly in the first sight :D I'm 👍 on this |
2ae8356
to
b76b942
Compare
I'm not sure about the new format. I think it's a bit ugly :( |
@javiereguiluz: I can make those two ugly strings constants or dedicated files tonight if you think it's better. But I think the string format should be kept over the array entries for maintainability. |
@javiereguiluz : PR updated with two new proposals:
|
809cd1b
to
0cd9785
Compare
@ogizanagi thanks for working on this. I like the last proposal that retrieves the In order to solve the original error, I'm trying to modify the build script to maintain the That's why I ask you: should we add a check in your code to verify if the |
👍 for your idea Javier. I was wondering (until you explained it) why we weren't just using the |
0cd9785
to
0da1b95
Compare
@javiereguiluz: Done. |
This PR was merged into the 1.0-dev branch. Discussion ---------- Keep .gitignore files in sync This is only a quick fix regarding the issue mentioned in #211 , and the few recent issues related: - #217 - symfony/symfony#16815 Commits ------- 0da1b95 Keep .gitignore files in sync
This is only a quick fix regarding the issue mentioned in #211 , and the few recent issues related: