Skip to content

Commit d026c9b

Browse files
authored
Add .idea/ to gitignore for PyCharm (#100)
I like to live a little dangerous
1 parent 4a3c8fc commit d026c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ cython_debug/
149149
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
150150
# and can be added to the global gitignore or merged into this file. For a more nuclear
151151
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
152-
#.idea/
152+
.idea/
153153

154154
.vscode/
155155
*.code-workspace

0 commit comments

Comments
 (0)