-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitattributes
28 lines (24 loc) · 1.26 KB
/
.gitattributes
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
27
28
.github/** -linguist-vendored -linguist-generated -linguist-documentation linguist-detectable
.vscode/** -linguist-vendored -linguist-generated -linguist-documentation linguist-detectable
*.json linguist-detectable
.gitignore -linguist-vendored -linguist-generated -linguist-documentation linguist-detectable
LICENSE -linguist-vendored -linguist-generated -linguist-documentation linguist-detectable
README.md -linguist-vendored -linguist-generated -linguist-documentation linguist-detectable
main.m -linguist-detectable
src/** -linguist-detectable
# export-ignore
.github/actions export-ignore
.github/workflows/sync-mirror.yml export-ignore
.vscode export-ignore
doc/** export-ignore
src/** export-ignore
.gitattributes export-ignore
.release-please-manifest.json export-ignore
CHANGELOG.md export-ignore
init.m export-ignore
LICENSE export-ignore
main.m export-ignore
README.md export-ignore
version.txt export-ignore
test.m export-ignore
.gitignore export-ignore