Gitignore: Ignore .idea

This commit is contained in:
Patrick Dobbs 2024-10-24 20:14:01 +01:00
parent 1f86e6a9dd
commit f5a502a2db

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
*.blend1 *.blend1
target/ target/
__pycache__/ __pycache__/
Cargo.lock Cargo.lock
/.idea