Add .idea files to gitignore (#76)

This commit is contained in:
Kevin Stillhammer 2024-09-16 15:05:47 +02:00 committed by GitHub
parent 8af341e206
commit 4456fa154a
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

5
.gitignore vendored
View file

@ -96,4 +96,7 @@ Thumbs.db
# Ignore built ts files
__tests__/runner/*
lib/**/*
lib/**/*
# Idea IDEs (PyCharm, WebStorm, IntelliJ, etc)
.idea/