tinkerun / tinkerun-vscode

The missing way of running tinker in Visual Studio Code
https://tinke.run/vscode
MIT License
56 stars 2 forks source link

Add /.tinkerun to .gitignore during install #8

Closed imrodrigoalves closed 2 years ago

imrodrigoalves commented 2 years ago

Hello,

I believe the project as a VSCode extension would benefit from during installation adding automatically '/.tinkerun' to the .gitignore file.

The reason for this is that in team with multiple members sharing scripts via git is, in my opinion, not ideal since not everyone is working on the same thing and you wouldn't want to be sharing some of your "concepts" with everyone as they're only concepts and if they become the end development it will be integrated in the project.

Hope you feel the same way.

Thank you for your time.

Regards, Rodrigo

billyct commented 2 years ago

I think it would be more reasonable to add it to the .gitignore file manually.

thx for your advice.