Skip to content

Commit

Permalink
"Add .idea/ to .gitignore
Browse files Browse the repository at this point in the history
Updated .gitignore to ignore the .idea directory created by Jetbrains editors to prevent it from being tracked as we don't want personal IDE configurations in the shared repository."
  • Loading branch information
frankhaugen committed Aug 7, 2023
1 parent 2e845ab commit 33f8770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,4 @@ MigrationBackup/

# Rider
/Frank.Libraries.Tests/coverage.opencover.xml
.idea/

0 comments on commit 33f8770

Please sign in to comment.