AkeruAI/akeru

Remove .vscode file and add it to .gitignore file

Closed this issue · 0 comments

The .vscode folder has user-specific settings for VS Code which aren't needed, and by adding .vscode to the .gitignore, we make sure that these settings stay local and don't mess up our repo or cause problems between contributors' local dev environments.

Acceptance Critera:

  • Remove the existing.vscode file.
  • Make sure that file is not added again in the future.