singlestore-labs / singlestore-wasm-toolkit

Tools to streamline development of Wasm UDFs for SingleStoreDB.
Apache License 2.0
17 stars 8 forks source link

chore: ignore .vscode/ files #19

Closed toast2e closed 2 years ago

toast2e commented 2 years ago

Title says it all

toast2e commented 2 years ago

Example of what shows up on fresh clone + 'code .':

adepompa@adepompa-laptop:~/dev/singlestore-wasm-toolkit$ git status
On branch main
Your branch is up to date with 'origin/main'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
    .vscode/configurationCache.log
    .vscode/dryrun.log
    .vscode/targets.log
pvetere commented 2 years ago

In this case, the .vscode dir is actually necessary. There are customizations needed for the remote debug utility in there. Maybe we could just filter out *.log or something instead?