Add .idea to .gitignore

This commit is contained in:
Nils Hanke 2022-10-31 15:42:58 +01:00 committed by Nils Hanke
parent 8e44eb7ea5
commit 4e93c1a6c2

3
.gitignore vendored
View File

@ -24,6 +24,9 @@ bootstrapper-*
# VS Code configuration folder
.vscode
# IntelliJ-based IDEs configuration folder (e.g. GoLand)
.idea
# Debug and testing files
debug/