PermanentOrg / node-sdk

Node.js SDK for Permanent.org
GNU Affero General Public License v3.0
4 stars 2 forks source link

Add .vscode dir to gitignore #5

Closed xmunoz closed 3 years ago

xmunoz commented 3 years ago

Bug

Current Behavior

.vscode is currently checked-in to this repo, but this kind of configuration is IDE- and developer-specific.

Expected Behavior

No IDE- or developer-specific configurations should be checked-in to a code-hosting repository.

Possible Solutions

Remove this directory from version control, and add it to .gitignore.