公告板
版本库
filestore
活动
搜索
登录
赵崇毅
/
HeartbeatServer
派生自
SZGH/HeartbeatServer
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化提交版本
15815213711
2022-02-14
1c3164c096d405471ad7bb50fce86e321157d8a2
[~zhaochongyi/HeartbeatServer.git]
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 此为注释– 将被Git 忽略
# /结尾表示是目录,忽略目录和目录下的所有件
# /开头表示根目录,否则是.gitignore的相对目录
# !开头表示反选
.idea/
target/
*.iml
*.ipr
*.iws
*.log
.svn/
.project
rebel.xml
.rebel-remote.xml.*