Skip to content

Commit 9ac2ea9

Browse files
authored
chore(.gitignore): add clinic (#89)
1 parent 7ddcd77 commit 9ac2ea9

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
**/._*
148-
**/*.pem
151+
**/*.pem

0 commit comments

Comments
 (0)