From ee46c3333aeecf62e127fa1814827cb340114e7a Mon Sep 17 00:00:00 2001 From: reger24 <> Date: Sat, 29 Jan 2022 14:02:49 +0100 Subject: remove .settings - Eclipse specific local settings not needed in distribution .settings is created locally by Eclipse upon import as gradle project to store Eclipse specific defaults. No need to include in distribution. Also - .project and - .classpath are Eclipse specific and created by gradle and should be deleted (as not needed and IDE specific) - left them for now as files might be needed for building project with Ant (build.xml) which is likely still used by some. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8694f6b7e..1a9cceee3 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,6 @@ source/net/yacy/peers/operation/yacyBuildProperties.java *.iws /out/ /.settings/ +/.classpath +/.project -- cgit v1.2.3