FriendsOfSymfony / FOSJsRoutingBundle

A pretty nice way to expose your Symfony routing to client applications.
1.48k stars 261 forks source link

Add gitattributes file to ignore tests folder/files #457

Closed VincentLanglet closed 1 year ago

VincentLanglet commented 1 year ago

Hi @tobias-93,

I noticed when installing this lib that the test folder is downloaded too. This PR fix this by declaring files/folder which is not needed when installing the lib.

tobias-93 commented 1 year ago

I've added an extra file for the JS tests, thanks for noticing and submitting the PR @VincentLanglet!