From eae2bf3847a571a7f26402848da47f9577881d57 Mon Sep 17 00:00:00 2001 From: Eric Trautman Date: Mon, 24 Jan 2022 19:04:47 -0500 Subject: [PATCH] remove IntelliJ files from git and ignore them going forward --- .gitignore | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3692d2c12..3edad704c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,18 +12,26 @@ tmp/ # IntelliJ user specific files # see https://intellij-support.jetbrains.com/entries/23393067-How-to-manage-projects-under-Version-Control-Systems -.idea/workspace.xml -.idea/tasks.xml .idea/artifacts .idea/dictionaries +.idea/httpRequests .idea/libraries - -# IntelliJ Sensitive or high-churn files: +.idea/scopes +.idea/shelf +.idea/compiler.xml .idea/dataSources.ids .idea/dataSources.xml -.idea/sqlDataSources.xml .idea/dynamic.xml +.idea/encodings.xml +.idea/jarRrepositories.xml +.idea/jsLibraryMappings.xml +.idea/misc.xml +.idea/modules.xml +.idea/sqlDataSources.xml +.idea/tasks.xml .idea/uiDesigner.xml +.idea/workspace.xml +*.iml .DS_Store