From 931b9326de959a8af779bcdc26996feb4c1d410e Mon Sep 17 00:00:00 2001 From: yuuta Date: Wed, 29 Nov 2023 16:44:41 -0800 Subject: Restore Idea files from starter So the TA can run the project on their computer Signed-off-by: yuuta --- .gitignore | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6a18d85..db19a4c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,18 @@ workspace.xml .gradle build/ -.idea/ -*.iml +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf +.idea/**/contentModel.xml +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml +.idea/**/gradle.xml +.idea/**/libraries -- cgit v1.2.3