This is an automated email from the ASF dual-hosted git repository. rkk pushed a commit to branch asf-headers-and-cleanup in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit 9d78d8f5421f44720b8d9014dd9fd117b87ffb84 Author: rileykk <[email protected]> AuthorDate: Mon Mar 11 09:23:19 2024 -0700 Remove IDE files --- analysis/.idea/analysis.iml | 11 ----------- analysis/.idea/encodings.xml | 6 ------ analysis/.idea/misc.xml | 4 ---- analysis/.idea/modules.xml | 8 -------- analysis/.idea/vcs.xml | 6 ------ data-access/.idea/data-access.iml | 11 ----------- data-access/.idea/encodings.xml | 6 ------ data-access/.idea/misc.xml | 4 ---- data-access/.idea/modules.xml | 8 -------- data-access/.idea/vcs.xml | 6 ------ 10 files changed, 70 deletions(-) diff --git a/analysis/.idea/analysis.iml b/analysis/.idea/analysis.iml deleted file mode 100644 index 240df20..0000000 --- a/analysis/.idea/analysis.iml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module type="PYTHON_MODULE" version="4"> - <component name="NewModuleRootManager"> - <content url="file://$MODULE_DIR$" /> - <orderEntry type="jdk" jdkName="Python 2.7.11 (~/anaconda/envs/nexus-analysis/bin/python)" jdkType="Python SDK" /> - <orderEntry type="sourceFolder" forTests="false" /> - </component> - <component name="TestRunnerService"> - <option name="PROJECT_TEST_RUNNER" value="Unittests" /> - </component> -</module> \ No newline at end of file diff --git a/analysis/.idea/encodings.xml b/analysis/.idea/encodings.xml deleted file mode 100644 index 97626ba..0000000 --- a/analysis/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="Encoding"> - <file url="PROJECT" charset="UTF-8" /> - </component> -</project> \ No newline at end of file diff --git a/analysis/.idea/misc.xml b/analysis/.idea/misc.xml deleted file mode 100644 index 09f22a6..0000000 --- a/analysis/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ProjectRootManager" version="2" project-jdk-name="Python 2.7.11 (~/anaconda/envs/nexus-analysis/bin/python)" project-jdk-type="Python SDK" /> -</project> \ No newline at end of file diff --git a/analysis/.idea/modules.xml b/analysis/.idea/modules.xml deleted file mode 100644 index 2e2ca2c..0000000 --- a/analysis/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ProjectModuleManager"> - <modules> - <module fileurl="file://$PROJECT_DIR$/.idea/analysis.iml" filepath="$PROJECT_DIR$/.idea/analysis.iml" /> - </modules> - </component> -</project> \ No newline at end of file diff --git a/analysis/.idea/vcs.xml b/analysis/.idea/vcs.xml deleted file mode 100644 index 6c0b863..0000000 --- a/analysis/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="VcsDirectoryMappings"> - <mapping directory="$PROJECT_DIR$/.." vcs="Git" /> - </component> -</project> \ No newline at end of file diff --git a/data-access/.idea/data-access.iml b/data-access/.idea/data-access.iml deleted file mode 100644 index 66cb669..0000000 --- a/data-access/.idea/data-access.iml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module type="PYTHON_MODULE" version="4"> - <component name="NewModuleRootManager"> - <content url="file://$MODULE_DIR$" /> - <orderEntry type="jdk" jdkName="Python 2.7.11 (~/anaconda/envs/nexus-data-access/bin/python)" jdkType="Python SDK" /> - <orderEntry type="sourceFolder" forTests="false" /> - </component> - <component name="TestRunnerService"> - <option name="PROJECT_TEST_RUNNER" value="Unittests" /> - </component> -</module> \ No newline at end of file diff --git a/data-access/.idea/encodings.xml b/data-access/.idea/encodings.xml deleted file mode 100644 index 97626ba..0000000 --- a/data-access/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="Encoding"> - <file url="PROJECT" charset="UTF-8" /> - </component> -</project> \ No newline at end of file diff --git a/data-access/.idea/misc.xml b/data-access/.idea/misc.xml deleted file mode 100644 index d6a717a..0000000 --- a/data-access/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ProjectRootManager" version="2" project-jdk-name="Python 2.7.11 (~/anaconda/envs/nexus-data-access/bin/python)" project-jdk-type="Python SDK" /> -</project> \ No newline at end of file diff --git a/data-access/.idea/modules.xml b/data-access/.idea/modules.xml deleted file mode 100644 index 9439713..0000000 --- a/data-access/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ProjectModuleManager"> - <modules> - <module fileurl="file://$PROJECT_DIR$/.idea/data-access.iml" filepath="$PROJECT_DIR$/.idea/data-access.iml" /> - </modules> - </component> -</project> \ No newline at end of file diff --git a/data-access/.idea/vcs.xml b/data-access/.idea/vcs.xml deleted file mode 100644 index 6c0b863..0000000 --- a/data-access/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="VcsDirectoryMappings"> - <mapping directory="$PROJECT_DIR$/.." vcs="Git" /> - </component> -</project> \ No newline at end of file
