yacy_search_server/.gitignore
reger24 ee46c3333a 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.
2022-01-29 14:02:49 +01:00

33 lines
357 B
Plaintext

*.class
*.*~
lib/yacycore.jar
libbuild/svnRevNr.jar
libbuild/GitRevTask.jar
gen/**
/DATA
classes/
RELEASE/
/yacy.pid
.DS_Store
/DATA.bkp
/DATA.1
/gen
/api
/winDATA.bkp/
/DATA.cloud/
yacy.log
/target/
/test/DATA/
/javadoc/
/build/
.gradle
source/net/yacy/peers/operation/yacyBuildProperties.java
/.idea/
.idea/
*.iws
/out/
/.settings/
/.classpath
/.project