Files
doris/.gitignore
htyoung 7a1ad65d88 [fix](fe-ui) fix home page spin bug #7170 (#7912)
The Spin(loading circle) will disappear after hardware info loaded
2022-01-30 16:47:58 +08:00

81 lines
1.2 KiB
Plaintext

*.swp
*.pyc
be/output
be/build
be/build_Release
be/ut_build
output
docs/contents
docs/.temp
docs/.vuepress/dist
docs/node_modules
docs/build
gensrc/build
fe/fe-core/target
thirdparty/src
thirdparty/installed
*.so.tmp
.DS_Store
*.iml
core.*
extension/**/.classpath
extension/**/target
fe/log
custom_env.sh
ut_dir
log/
fe_plugins/**/target
fe_plugins/output
fe/mocked
fe/**/target
dependency-reduced-pom.xml
fe_plugins/**/.classpath
fe_plugins/**/.factorypath
samples/**/.classpath
fe/fe-core/src/main/resources/static/
nohup.out
# ignore eclipse project file & idea project file
.cproject
.project
.settings/
.idea/
/Default/
be/cmake-build
be/cmake-build-debug
be/cmake-build-release
be/.vscode
be/src/gen_cpp/*.cc
be/src/gen_cpp/*.cpp
be/src/gen_cpp/*.h
be/src/gen_cpp/opcode
be/ut_build_*
be/tags
be/build*
be/test/olap/test_data/tablet_meta_test.hdr
build
ui/dist
ui/node_modules
ui/package-lock.json
ui/yarn.lock
docs/package-lock.json
fe/fe-common/.classpath
fe/.flattened-pom.xml
fe/fe-common/.flattened-pom.xml
fe/fe-core/.flattened-pom.xml
fe/spark-dpp/.flattened-pom.xml
rpc_data/
## ignore sample target
samples/doris-demo/*/target
# ignore vscode project file
.vscode
be/.devcontainer/
derby.log