Skip to content

Commit

Permalink
chore: add /packages/**/.cache folder to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-rocket committed Jan 11, 2025
1 parent 68de249 commit a20c9dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ dist/**
.vscode

**/tsconfig.tsbuildinfo

# Cache File
/packages/**/.cache

0 comments on commit a20c9dc

Please sign in to comment.