Skip to content

Commit fa14251

Browse files
hyperpolymathclaude
andcommitted
chore: add gitignore, gitattributes, tool-versions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent caca61a commit fa14251

2 files changed

Lines changed: 56 additions & 0 deletions

File tree

.gitattributes

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# RSR-compliant .gitattributes
3+
4+
* text=auto eol=lf
5+
6+
# Source
7+
*.rs text eol=lf diff=rust
8+
*.ex text eol=lf diff=elixir
9+
*.exs text eol=lf diff=elixir
10+
*.jl text eol=lf
11+
*.res text eol=lf
12+
*.resi text eol=lf
13+
*.ada text eol=lf diff=ada
14+
*.adb text eol=lf diff=ada
15+
*.ads text eol=lf diff=ada
16+
*.hs text eol=lf
17+
*.chpl text eol=lf
18+
*.scm text eol=lf
19+
*.a2ml text eol=lf linguist-language=TOML
20+
*.ncl text eol=lf
21+
*.nix text eol=lf
22+
23+
# Docs
24+
*.md text eol=lf diff=markdown
25+
*.adoc text eol=lf
26+
*.txt text eol=lf
27+
28+
# Data
29+
*.json text eol=lf
30+
*.yaml text eol=lf
31+
*.yml text eol=lf
32+
*.toml text eol=lf
33+
34+
# Config
35+
.gitignore text eol=lf
36+
.gitattributes text eol=lf
37+
justfile text eol=lf
38+
Makefile text eol=lf
39+
Containerfile text eol=lf
40+
41+
# Scripts
42+
*.sh text eol=lf
43+
44+
# Binary
45+
*.png binary
46+
*.jpg binary
47+
*.gif binary
48+
*.pdf binary
49+
*.woff2 binary
50+
*.zip binary
51+
*.gz binary
52+
53+
# Lock files
54+
Cargo.lock text eol=lf -diff
55+
flake.lock text eol=lf -diff

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rust stable

0 commit comments

Comments
 (0)