From bec019049ec1a283cb20e1bfa98554c62b584445 Mon Sep 17 00:00:00 2001 From: reger24 Date: Wed, 26 Jan 2022 14:42:09 +0100 Subject: Updated Readme "Compiling YaCy:" to reflect move to gradle --- .gitignore | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9b779cc25..8694f6b7e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,16 +22,9 @@ yacy.log /build/ .gradle source/net/yacy/peers/operation/yacyBuildProperties.java -**/.idea/workspace.xml -**/.idea/tasks.xml -**/.idea/dictionaries -**/.idea/vcs.xml -**/.idea/jsLibraryMappings.xml -**/.idea/dataSources.ids -**/.idea/dataSources.xml -**/.idea/dataSources.local.xml -**/.idea/sqlDataSources.xml -**/.idea/dynamic.xml -**/.idea/uiDesigner.xml +/.idea/ +.idea/ *.iws -/out/ \ No newline at end of file +/out/ +/.settings/ + -- cgit v1.2.3