creativecommons / legaldb

CC Legal Database: curated repository of Case Law and Scholarship data from around the world in a Django based website.
https://LegalDB.CreativeCommons.org/
MIT License
46 stars 69 forks source link

[Feature] Add `.vscode` to `.gitignore` file #247

Closed Vanessa082 closed 1 month ago

Vanessa082 commented 1 month ago

Problem

Since the .vscode folder often contains settings to your local development workspace such as Extensions you have, custom key bindings, themes, and so on, It's best this file is ignored, to avoid conflicting with others

Description

This PR targets [issue X]() and is based on this discussion

One way around is for each contributor to delete their .vscode folder if it exists, but it's easier just ignoring it with .gitinore

Implementation