-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitattributes
More file actions
29 lines (29 loc) · 659 Bytes
/
.gitattributes
File metadata and controls
29 lines (29 loc) · 659 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
27
28
29
# used to exclude files from archiving/compression
# git files
.gitattributes export-ignore
.gitignore export-ignore
.gitmodules export-ignore
.travis.yml export-ignore
id_rsa.enc export-ignore
# Already existing archive
libraries.zip export-ignore
fix_zip.py export-ignore
# Platformio
platformio.ini export-ignore
# Difference in compressed files
*.tar diff=tar
*.tar.bz2 diff=tar-bz2
*.tar.gz diff=tar-gz
*.tar.xz diff=tar-xz
*.bz2 diff=bz2
*.gz diff=gz
*.zip filter=lfs diff=lfs merge=lfs -text
*.xz diff=xz
*.odf diff=odf
*.odt diff=odf
*.odp diff=odf
*.pdf diff=pdf
*.exe diff=bin
*.png diff=bin
*.jpg diff=bin
*.exe filter=lfs diff=lfs merge=lfs -text