From f9e6b46a6c9790930d933925954558a3e45020ef Mon Sep 17 00:00:00 2001 From: MooreZheng Date: Fri, 20 Sep 2024 21:53:06 +0800 Subject: [PATCH] ignore individual pycharm files when commit --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 67bd6f15..2ea92832 100644 --- a/.gitignore +++ b/.gitignore @@ -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