Skip to content

Commit 99fdfac

Browse files
committed
Initial commit
0 parents  commit 99fdfac

File tree

2 files changed

+420
-0
lines changed

2 files changed

+420
-0
lines changed

.gitattributes

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# SPDX-FileCopyrightText: 2023 Fox Crypto B.V.
2+
# SPDX-License-Identifier: CC-BY-4.0
3+
4+
# default: normalize EOL
5+
* text=auto
6+
7+
# Boilerplate
8+
.gitattributes text
9+
.txt text
10+
.nojekyll text
11+
12+
# Documentation
13+
*.css text
14+
*.html text
15+
*.js text
16+
*.map text
17+
*.md5 text
18+
*.svg text
19+
20+
*.png binary
21+
*.ttf binary
22+
*.woff binary
23+
*.woff2 binary

0 commit comments

Comments
 (0)