Skip to content

Commit

Permalink
chore: add .ruff_cache dir into the gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Feb 25, 2024
1 parent 3f15d38 commit 1199a75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ docs/site/
dist/**

# vscode
.vscode/
.vscode/

# ruff
.ruff_cache

0 comments on commit 1199a75

Please sign in to comment.