From f93c947c0d7b5c34d877bb753f61f80c6b1cf204 Mon Sep 17 00:00:00 2001 From: Daleth Darko Date: Mon, 24 Jan 2022 18:13:03 +0100 Subject: [PATCH] Idea project files --- .gitignore | 21 + .idea/.name | 1 + .idea/ant.xml | 6 + .idea/misc.xml | 9 + .idea/modules.xml | 8 + yacy.iml | 1143 +++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 1188 insertions(+) create mode 100644 .idea/.name create mode 100644 .idea/ant.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 yacy.iml diff --git a/.gitignore b/.gitignore index e4c8e7eb3..54f52e806 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,24 @@ yacy.log /build/ .gradle source/net/yacy/peers/operation/yacyBuildProperties.java +/.idea/workspace.xml +# User-specific stuff: +**/.idea/workspace.xml +**/.idea/tasks.xml +**/.idea/dictionaries +**/.idea/vcs.xml +**/.idea/jsLibraryMappings.xml + +# Sensitive or high-churn files: +**/.idea/dataSources.ids +**/.idea/dataSources.xml +**/.idea/dataSources.local.xml +**/.idea/sqlDataSources.xml +**/.idea/dynamic.xml +**/.idea/uiDesigner.xml + +## File-based project format: +*.iws + +# IntelliJ +/out/ \ No newline at end of file diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 000000000..6878021de --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +yacy \ No newline at end of file diff --git a/.idea/ant.xml b/.idea/ant.xml new file mode 100644 index 000000000..a2a476982 --- /dev/null +++ b/.idea/ant.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 000000000..4b9dfb222 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..d403eb086 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/yacy.iml b/yacy.iml new file mode 100644 index 000000000..87c04dcbf --- /dev/null +++ b/yacy.iml @@ -0,0 +1,1143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file