add the .idea folder to .gitignore

This commit is contained in:
MarconLP 2023-04-10 20:35:38 +02:00
parent 2eddd317b9
commit afdb47ab02
No known key found for this signature in database
GPG key ID: F4CAFFDFA3451D5E

3
.gitignore vendored
View file

@ -40,3 +40,6 @@ yarn-error.log*
# typescript # typescript
*.tsbuildinfo *.tsbuildinfo
# jetbrains
.idea