Skip to content

Commit

Permalink
chore: add .clinic to git ignore (#44)
Browse files Browse the repository at this point in the history
* chore: add `.clinic` to git ignore

* Update .gitignore

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Uzlopak <aras.abbasi@googlemail.com>
  • Loading branch information
bozzelliandrea and Uzlopak authored Nov 5, 2022
1 parent f78299e commit 24a6246
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 @@ -10,6 +10,9 @@ lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Clinic
.clinic

# Runtime data
pids
*.pid
Expand Down Expand Up @@ -142,4 +145,4 @@ yarn.lock

# editor files
.vscode
.idea
.idea

0 comments on commit 24a6246

Please sign in to comment.