atherosai / ui

Simple UI examples from my social media
https://learning.atheros.ai
10.51k stars 1.85k forks source link

Remove .vscode #32

Open firatksee opened 2 months ago

firatksee commented 2 months ago

Currently, the .vscode file is being tracked by Git, which can lead to inconsistencies across different developer environments. To maintain consistency and avoid potential conflicts, the .vscode file should be removed from version control and instead include ".vscode" in the .gitignore file.

dev19Aman commented 2 months ago

I can solve this issue,