Add .idea to gitignore

This commit is contained in:
Nexus 2024-04-16 12:42:11 +01:00
parent d58a7859a4
commit 1e987fbc28
Signed by: nex
GPG key ID: 0FA334385D0B689F

1
.gitignore vendored
View file

@ -10,3 +10,4 @@ targets.json
*.pyc *.pyc
web/static web/static
*.log *.log
.idea