SecretNetwork icon indicating copy to clipboard operation
SecretNetwork copied to clipboard

Gitignore

Open faddat opened this issue 3 years ago • 2 comments

  • adds /.vscode to the list of ignored files & paths
  • improves default vscode settings

faddat avatar Jul 15 '22 11:07 faddat

How are these two changes working together?

assafmo avatar Jul 15 '22 11:07 assafmo

Ah, they work fine together.

Here's how it works:

.gitignore tells git not to update those files

if we want to change the default dev env settings, then we

git add .vscode/settings.json --force git commit -m "update vscode settings"

faddat avatar Aug 08 '22 08:08 faddat

git add .vscode/settings.json --force

Didn't know about this feature. Cool.

assafmo avatar Aug 31 '22 19:08 assafmo

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 80008a3
Status: ✅  Deploy successful!
Preview URL: https://a8254134.swagger-preview.pages.dev
Branch Preview URL: https://gitignore.swagger-preview.pages.dev

View logs