chore: update .gitignore.

Running the `admin/coverage` script produces a `default.profraw` in the
project root. Prior to this commit that file was not ignored by git.
This commit adds it to the ignore list since we don't want this file to
be accidentally submitted upstream.

This commit also adds the JetBrains IDE state dir (`.idea`) to the
gitignore. This is a small quality of life improvement for users of
CLion.
This commit is contained in:
Daniel McCarney 2023-03-01 10:15:27 -05:00 committed by Dirkjan Ochtman
parent 0a0bc5fa64
commit 8e319df43d
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -9,3 +9,5 @@ admin/rustfmt
._.DS_Store
**/.DS_Store
**/._.DS_Store
/.idea
/default.profraw