-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
28 lines (24 loc) · 842 Bytes
/
.gitattributes
File metadata and controls
28 lines (24 loc) · 842 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
# Git path attributes configuration file
#
# References:
#
# * Git - Git Attributes
# https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes
# * Git - gitattributes Documentation
# https://www.git-scm.com/docs/gitattributes
#
# This file is based on The Commons Gitattributes Templates
# https://gitlab.com/brlin/the-commons-gitattributes-templates
#
# Copyright 2025 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
# SPDX-License-Identifier: CC-BY-SA-4.0
# Avoid exporting development files to release archive
/.* export-ignore
/continuous-integration export-ignore
/docker-compose.yaml export-ignore
# Keep the product
/.pre-commit-config.yaml -export-ignore
# Exclude development assets exclusive licenses
/LICENSES/WTFPL.* export-ignore
# Keep editorconfig for ease of editing of product files
/.editorconfig -export-ignore