69 Star 210 Fork 39

Gitee 极速下载 / elasticsearch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/elasticsearch/elasticsearch
克隆/下载
.gitignore 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
Nik Everett 提交于 2024-04-11 13:44 . Fix ESQL tests in IntelliJ (#107313)
# intellij files
.idea/
*.iml
*.ipr
*.iws
build-idea/
# Eclipse and Intellij put there build files in "out"
out/
# include shared intellij config
!.idea/eclipseCodeFormatter.xml
!.idea/externalDependencies.xml
!.idea/inspectionProfiles/Project_Default.xml
!.idea/runConfigurations/
!.idea/scopes/x_pack.xml
# These files are generated in the main tree by IntelliJ
benchmarks/src/main/generated/*
# eclipse files
.project
.classpath
.settings
# We don't use this any more, but we'll keep it around in gitignore for a while so we don't accidentally commit it
build-eclipse/
# netbeans files
nb-configuration.xml
nbactions.xml
# gradle stuff
.gradle/
build/
# vscode stuff
.vscode/
# vs stuff
.vs/
# testing stuff
**/.local*
.vagrant/
/logs/
# osx stuff
.DS_Store
# default folders in which the create_bwc_index.py expects to find old es versions in
/backwards
/dev-tools/backwards
# needed in case docs build is run...maybe we can configure doc build to generate files under build?
html_docs
# random old stuff that we should look at the necessity of...
/tmp/
eclipse-build
# projects using testfixtures
testfixtures_shared/
# These are generated from .ci/jobs.t, .ci/templates.t and .ci/views.t
.ci/jobs/
.ci/templates/
.ci/views/
# Generated
checkstyle_ide.xml
x-pack/plugin/esql/src/main/generated-src/generated/
Java
1
https://gitee.com/mirrors/elasticsearch.git
git@gitee.com:mirrors/elasticsearch.git
mirrors
elasticsearch
elasticsearch
main

搜索帮助