Skip to content

Commit

Permalink
Add the .idea folder to gitignore (#236)
Browse files Browse the repository at this point in the history
That folder is created by JetBrains' editors and should not be included in the repository.
  • Loading branch information
AngelEzquerra authored Oct 29, 2024
1 parent c4db493 commit 4c45ba8
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
@@ -1,3 +1,4 @@
.idea/
*.swp
*.ndb
test/*.out
Expand Down

0 comments on commit 4c45ba8

Please sign in to comment.