🙈 include whole .idea directory in gitignore

This commit is contained in:
Marc Koch 2024-07-09 14:42:39 +02:00
parent cfc544e3d7
commit fa54fb58ae
Signed by: marc
GPG Key ID: 12406554CFB028B9
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -160,6 +160,6 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # 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 # 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. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ .idea/
# End of https://www.toptal.com/developers/gitignore/api/python # End of https://www.toptal.com/developers/gitignore/api/python