Skip to content

Commit

Permalink
revert adding .idea to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 9, 2024
1 parent 2f03549 commit c3d34ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,8 @@ dmypy.json
cython_debug/

# PyCharm
.idea/
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

0 comments on commit c3d34ab

Please sign in to comment.