Add .idea files to gitignore

This commit is contained in:
Kevin Stillhammer 2024-09-16 15:03:58 +02:00
parent 8af341e206
commit 41aafd9b00
No known key found for this signature in database

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/