summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 6f0a34d2a05f00f2e86c7cfa73ce24a642d3d4d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Generic git stuff
**/.gitattributes export-ignore
**/.gitignore export-ignore
/.gitmodules export-ignore
/.mailmap export-ignore

# Project-specific git stuff
/.gitpublish export-ignore
/docs/gitdm export-ignore
/docs/gitdm/** export-ignore
/gitdm.config export-ignore

# Code hosting stuff
/.github export-ignore
/.github/** export-ignore
/.gitlab export-ignore
/.gitlab/** export-ignore

# CI stuff
/.gitlab-ci.yml export-ignore
/ci export-ignore
/ci/** export-ignore