Skip to content

Commit add0431

Browse files
committed
update .gitignore
1 parent 5b77361 commit add0431

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dist
1+
dist/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ useMutation({
9898

9999
You might want to disable this rule if:
100100

101-
- You have mutations that intentionally don't need to invalidate any queries (e.g., analytics-only mutations)
101+
- You have mutations that intentionally don't need to invalidate any queries
102102
- You're handling cache updates through other means like `setQueryData`
103103
- You have a specific caching strategy that doesn't require query invalidation
104104

0 commit comments

Comments
 (0)