Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.gitignore 658 Bytes
Copy Edit Raw Blame History
# Bazel
bazel-apollo
bazel-bin
bazel-genfiles
bazel-out
bazel-testlogs
/Debug/
*.pyc
WORKSPACE
# javascript
*bundle.js
*.worker.js
node_modules
# generated files
generatedViews
generatedScripts
# database/log files
*.sqlite
dreamview.log
npm-debug.log
# Eclipse IDE files
.project
.cproject
.settings
.classpath
# atom.io files
*.gch
# Logs.
*.stdout
*.stderr
nohup.out
*.bak
*.csv.result
# Editor configs
.ycm_extra_conf.py
# ROS
ros_param_server.pid
.master_snapshot
# third_party
third_party/ros
third_party/ros_aarch64/
third_party/ros_x86_64/
modules/ros/third_party/fast-rtps
# Data
data/log
data/core
data/bag
data/cov
# Doxygen
docs/doxygen
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化