forked from WoeUSB/WoeUSB
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
26 lines (23 loc) · 764 Bytes
/
.gitattributes
File metadata and controls
26 lines (23 loc) · 764 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
# Git path attributes configuration file
#
# Defining attributes per path
#
# Reference:
# - Git - gitattributes Documentation
# https://git-scm.com/docs/gitattributes
#
# This file is based on The Commons Gitattributes Templates
# https://gitlab.com/brlin/the-commons-gitattributes-templates
#
# SPDX-License-Identifier: CC-BY-SA-4.0
# Copyright © 2020 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
# Exclude development assets from source archive
/.* export-ignore
/continuous-integration/ export-ignore
/distribution/ export-ignore
/dev-assets/ export-ignore
# Exclude development assets exclusive licenses
/LICENSES/WTFPL.* export-ignore
/LICENSES/CC-BY-SA-* export-ignore
# Include dep5 declaration file in release archive
/.reuse/ -export-ignore