From 64c157498db2bcb7bdecdc73ca1ab3d501aa89f2 Mon Sep 17 00:00:00 2001 From: Vivek Ratnavel Subramanian Date: Thu, 3 Feb 2022 15:02:37 -0800 Subject: [PATCH] Fix #2609: Ignore .idea from git (#2610) --- .gitignore | 9 ++------- .idea/checkstyle-idea.xml | 16 ---------------- .idea/compiler.xml | 17 ----------------- .idea/jarRepositories.xml | 30 ------------------------------ .idea/misc.xml | 12 ------------ .idea/vcs.xml | 6 ------ 6 files changed, 2 insertions(+), 88 deletions(-) delete mode 100644 .idea/checkstyle-idea.xml delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/jarRepositories.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index ee248f4f132..107a31f1466 100644 --- a/.gitignore +++ b/.gitignore @@ -42,13 +42,7 @@ logs *.iml *.ipr *.iws -.idea/encodings.xml -.idea/libraries -.idea/inspectionProfiles/Project_Default.xml -.idea/modules.xml -.idea/runConfigurations.xml -.idea/workspace.xml -.idea/uiDesigner.xml +.idea/ # Package Files *.jar *.war @@ -82,6 +76,7 @@ ingestion-core/src/metadata/generated/** ingestion/src/metadata/generated/** ingestion/requirements.txt ingestion/.python-version +ingestion/venv2/** # MLFlow mlruns/ diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml deleted file mode 100644 index 6c32a80f63c..00000000000 --- a/.idea/checkstyle-idea.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 1ff30c9269d..00000000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml deleted file mode 100644 index 9ee69765d91..00000000000 --- a/.idea/jarRepositories.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 7a2d879971b..00000000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7f4cb..00000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file