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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
.gitignore vendored
View File

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