Skip to content

Commit

Permalink
chore(.gitignore): add clinic (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jan 6, 2023
1 parent 0c9d75c commit dda00b4
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 @@ -135,6 +135,9 @@ dist
# macOS files
.DS_Store

# Clinic
.clinic

# lock files
package-lock.json
pnpm-lock.yaml
Expand All @@ -149,4 +152,4 @@ profile*

# generated code
examples/typescript-server.js
test/type/index.js
test/type/index.js

0 comments on commit dda00b4

Please sign in to comment.