Skip to content

Commit

Permalink
ignore individual pycharm files when commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MooreZheng committed Sep 20, 2024
1 parent a84fd1f commit f9e6b46
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,10 @@ dmypy.json

# generated files by MacOS
.DS_Store
*/.DS_Store
*/.DS_Store

# pycharm
.idea
.idea/misc.xml
.idea/workspace.xml
.idea/vcs.xml

0 comments on commit f9e6b46

Please sign in to comment.