Skip to content

Commit

Permalink
chore: remove .idea from .gitignore (#4496)
Browse files Browse the repository at this point in the history
`.idea` snuck its way into `.gitignore` in #4484. Remove it again.

See #4355 for reason why it shouldn't be there.
  • Loading branch information
overlookmotel committed Jul 26, 2024
1 parent 1667491 commit f3aedf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
target/
**/*.rs.bk
.idea

/node_modules/
/website/node_modules/
Expand Down

0 comments on commit f3aedf6

Please sign in to comment.