Idea project files

This commit is contained in:
Daleth Darko 2022-01-24 18:13:03 +01:00
parent eae16287e9
commit f93c947c0d
6 changed files with 1188 additions and 0 deletions

21
.gitignore vendored
View File

@ -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/

1
.idea/.name Normal file
View File

@ -0,0 +1 @@
yacy

6
.idea/ant.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AntConfiguration">
<buildFile url="file://$PROJECT_DIR$/build.xml" />
</component>
</project>

9
.idea/misc.xml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="FrameworkDetectionExcludesConfiguration">
<file type="web" url="file://$PROJECT_DIR$/build/RELEASE/MAIN/defaults/web.xml" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/classes" />
</component>
</project>

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/yacy.iml" filepath="$PROJECT_DIR$/yacy.iml" />
</modules>
</component>
</project>

1143
yacy.iml Normal file

File diff suppressed because it is too large Load Diff