-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitattributes
More file actions
26 lines (25 loc) · 899 Bytes
/
Copy path.gitattributes
File metadata and controls
26 lines (25 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/学科资料/大物上实验合辑/大物实验报告(开源)/人体脉搏波测量.doc filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
/学科资料/人工智能导论/e-book.pdf filter=lfs diff=lfs merge=lfs -text
**/*.pb filter=lfs diff=lfs merge=lfs -text
**/*.ipch filter=lfs diff=lfs merge=lfs -text
# 将资料文件标记为 Documentation,不计入语言统计
# HTML(课程 PPT 转换)
*.html linguist-documentation
# PDF 资料
*.pdf linguist-documentation
# Word 文档
*.doc linguist-documentation
*.docx linguist-documentation
# PowerPoint
*.ppt linguist-documentation
*.pptx linguist-documentation
# 文本资料
*.txt linguist-documentation
# Markdown(README 等文档)
*.md linguist-documentation
# Jupyter Notebook(课堂笔记)
*.ipynb linguist-documentation
# 配置文件
*.json linguist-documentation
*.sh linguist-documentation