Skip to content

Commit

Permalink
chore: update .gitignore to include .vscode and .cursor files
Browse files Browse the repository at this point in the history
- Added .vscode and .cursor to .gitignore to prevent unnecessary files from being tracked in the repository.
- Ensured that the .gitignore file is up to date with the latest development environment configurations.
  • Loading branch information
crazygo committed Jan 16, 2025
1 parent 8cb59b4 commit 059791d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ public/manifest.json
.aider*
*.code-workspace
.shire
.vscode
.vscode
.cursor

0 comments on commit 059791d

Please sign in to comment.