Proteobench / ProteoBench

ProteoBench is an open and collaborative platform for community-curated benchmarks for proteomics data analysis pipelines. Our goal is to allow a continuous, easy, and controlled comparison of proteomics data analysis workflows.
https://proteobench.readthedocs.io
Apache License 2.0
27 stars 7 forks source link

add .vscode/settings.json in the .gitignore? #245

Closed mlocardpaulet closed 4 months ago

mlocardpaulet commented 4 months ago

Hey, each time I pull the repository, I have a chante in the .vscode/settings.json (see snapshot):

image

I suspect that it is in my vscode settings. Shouldn't we add this file in the .gitignore? Or the .vscode/ folder?

RobbinBouwmeester commented 4 months ago

For dev purposes, people preferred to keep the settings file in the repo. This allowed for specific settings to debug in vscode to be preshared.

enryH commented 4 months ago

If you would add the already commited file to the .gitignore, it won't igonore it. You would need to remove it from you local index: git update-index --assume-unchanged <file> (https://stackoverflow.com/a/28497505)

enryH commented 4 months ago

I just checked. So you can commit it! It's an update from VSCode.