1 Star 0 Fork 19

liuxileon/Geek_Lite_Board

forked from GeekROS/Geek_Lite_Board 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 702 Bytes
一键复制 编辑 原始数据 按行查看 历史
JackyJuu 提交于 2022-01-08 15:49 .
# / 表示 当前文件所在的目录
# 忽略public下的所有目录及文件
#/public/*
#不忽略/public/assets,就是特例的意思,assets文件不忽略
#!/public/assets
# 忽略具体的文件
#index.php
# 忽略所有的php
#*.php
# 忽略 a.php b.php
#[ab].php
#匹配规则和linux文件匹配一样
#以斜杠“/”开头表示目录;
#以星号“*”通配多个字符;
#以问号“?”通配单个字符
#以方括号“[]”包含单个字符的匹配列表;
#以叹号“!”表示不忽略(跟踪)匹配到的文件或目录;
.idea
.DS*
.git
.vscode
*.pyc
/hardware/keil/*
!/hardware/keil/Geek_Lite_SDK.uvprojx
/hardware/build/*
cmsis-dap.cfg
stm32f4x.cfg
__pycache__
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuxileon/Geek_Lite_Board.git
git@gitee.com:liuxileon/Geek_Lite_Board.git
liuxileon
Geek_Lite_Board
Geek_Lite_Board
master

搜索帮助