summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorreger24 <>2022-01-29 14:02:49 +0100
committerreger24 <>2022-01-29 14:02:49 +0100
commitee46c3333aeecf62e127fa1814827cb340114e7a (patch)
tree5afba46eb7feb5219a4a3ef67a4a00f6f7730f5c /.gitignore
parent97e1b510f749eb15663e27a84c72d38a5542a4c5 (diff)
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
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