generated from Logius-standaarden/ReSpec-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
22 lines (19 loc) · 871 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# These files are text and should be normalized (Convert crlf => lf)
*.gitattributes text
.gitignore text
*.md text diff=markdown
# Exclude files from exporting
.gitattributes export-ignore
.gitignore export-ignore
.github export-ignore
# Enable syntax highlighting for files with `.gitattributes` extensions.
#
*.gitattributes linguist-language=gitattributes
# Exclude specific files to create a clean release for 'Handreiking basisfactuur Rijk'
/js export-ignore
/technische-documentatie/README.md export-ignore
/handreiking-basisfactuur-rijk.md export-ignore
/overzicht-elementen-basisfactuur-rijk.md export-ignore
/README.md export-ignore
/samenvatting.md export-ignore
/*.html export-ignore