Skip to content

Commit ed1465b

Browse files
authored
chore(.gitignore): add clinic (#106)
1 parent 26470d4 commit ed1465b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ dist
135135
# macOS files
136136
.DS_Store
137137

138+
# Clinic
139+
.clinic
140+
138141
# lock files
139142
package-lock.json
140143
pnpm-lock.yaml
@@ -145,4 +148,4 @@ yarn.lock
145148
.idea
146149

147150
/benchmarks/node_modules/
148-
/benchmarks/package-lock.json
151+
/benchmarks/package-lock.json

0 commit comments

Comments
 (0)