Skip to content

Commit 96bfcef

Browse files
committed
chore: update template files
1 parent 6b30e10 commit 96bfcef

File tree

3 files changed

+26
-60
lines changed

3 files changed

+26
-60
lines changed

.gitattributes

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# newlines
2+
* text=auto eol=lf
3+
4+
*.xml text eol=lf
5+
*.abap text eol=lf
6+
*.md text eol=lf
7+
*.txt text eol=lf
8+
*.yml text eol=lf
9+
*.yaml text eol=lf
10+
*.js text eol=lf
11+
*.json text eol=lf
12+
*.html text eol=lf
13+
*.css text eol=lf
14+
*.svg text eol=lf
15+
*.sh text eol=lf
16+
17+
*.jpg binary
18+
*.gif binary
19+
*.png binary
20+
*.jpeg binary

.reuse/dep5

Lines changed: 0 additions & 60 deletions
This file was deleted.

REUSE.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version = 1
2+
3+
[[annotations]]
4+
path = "**/*"
5+
SPDX-FileCopyrightText = "2023 Marc Bernard <https://marcbernardtools.com/>"
6+
SPDX-License-Identifier = "GPL-3.0-only"

0 commit comments

Comments
 (0)