From 573af225c819c22d340c69fc08f837b7e7cd5c3e Mon Sep 17 00:00:00 2001 From: Bryson Zimmerman Date: Fri, 25 Oct 2024 23:04:36 -0400 Subject: [PATCH] Update gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 6cab2db..8e4c2cc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,11 @@ **/build/ !src/**/build/ +#Ignore IntelliJ IDEA files +.idea/workspace.xml +.idea/usage.statistics.xml +.idea/shelf + # Ignore Gradle GUI config gradle-app.setting