Add Idea cache directory

Idea is used by JetBrains (as to my understanding) and, as to my understanding, may in certain setups create cache directories. That's no good, these should be ignored.
This commit is contained in:
Casey Hofland 2023-01-12 17:04:36 +01:00 committed by CaseyDeCoder
parent d8cafd215f
commit 37bc45039c
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@
# Visual Studio Code cache directory
.vscode/
# Idea cache directory
.idea/
# Gradle cache directory
.gradle/