Skip to content

Commit e6e420f

Browse files
onurtnrklclaude
andauthored
chore: sync with template (#44)
* chore: sync with PackageTemplate configuration - Update .editorconfig to comprehensive version (371 lines) - Update global.json to SDK 10.0.100 with rollForward: major - Update CLAUDE.md with latest development guidelines Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * chore: update icon * chore: update Unity sandbox editorconfig * chore: add Unity csc.rsp files * fix: convert Unity slnx to LF and expand gitattributes macros Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * chore: rewrite gitattributes with modern .NET standards Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * chore: sync test project with PackageTemplate standards Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * chore: fix formatting issues Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent febf82c commit e6e420f

71 files changed

Lines changed: 880 additions & 502 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 305 additions & 120 deletions
Large diffs are not rendered by default.

.gitattributes

Lines changed: 38 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,59 @@
1-
* text=auto
1+
* text=auto eol=lf
22

3-
# Documents
4-
*.bibtex text diff=bibtex
5-
*.doc diff=astextplain
6-
*.DOC diff=astextplain
7-
*.docx diff=astextplain
8-
*.DOCX diff=astextplain
9-
*.dot diff=astextplain
10-
*.DOT diff=astextplain
11-
*.pdf diff=astextplain
12-
*.PDF diff=astextplain
13-
*.rtf diff=astextplain
14-
*.RTF diff=astextplain
3+
# .NET source files
4+
*.cs text diff=csharp
5+
*.csx text diff=csharp
6+
*.cshtml text diff=html
7+
8+
# .NET project files
9+
*.sln text
10+
*.slnx text
11+
*.csproj text
12+
*.props text
13+
*.targets text
14+
15+
# Configuration files
16+
*.json text
17+
*.xml text
18+
*.config text
19+
*.yml text
20+
*.yaml text
21+
22+
# Documentation
1523
*.md text diff=markdown
16-
*.mdx text diff=markdown
17-
*.tex text diff=tex
18-
*.adoc text
19-
*.textile text
20-
*.mustache text
21-
*.csv text eol=crlf
22-
*.tab text
23-
*.tsv text
2424
*.txt text
25-
*.sql text
26-
*.epub diff=astextplain
2725

28-
# Graphics
26+
# Scripts
27+
*.ps1 text eol=crlf
28+
*.cmd text eol=crlf
29+
*.bat text eol=crlf
30+
*.sh text eol=lf
31+
32+
# Images
2933
*.png binary
3034
*.jpg binary
3135
*.jpeg binary
3236
*.gif binary
33-
*.tif binary
34-
*.tiff binary
3537
*.ico binary
3638
*.svg text
37-
*.eps binary
38-
39-
# Scripts
40-
*.bash text eol=lf
41-
*.fish text eol=lf
42-
*.sh text eol=lf
43-
*.zsh text eol=lf
44-
*.bat text eol=crlf
45-
*.cmd text eol=crlf
46-
*.ps1 text eol=crlf
47-
48-
# Serialisation
49-
*.json text
50-
*.toml text
51-
*.xml text
52-
*.yaml text
53-
*.yml text
5439

5540
# Archives
56-
*.7z binary
57-
*.gz binary
58-
*.tar binary
59-
*.tgz binary
6041
*.zip binary
42+
*.nupkg binary
43+
*.snupkg binary
6144

62-
# Text files where line endings should be preserved
63-
*.patch -text
64-
65-
# Dotnet files
66-
*.cs text diff=csharp
67-
*.cshtml text diff=html
68-
*.csx text diff=csharp
69-
*.sln text eol=crlf
70-
*.csproj text eol=crlf
45+
# Executables
46+
*.dll binary
47+
*.exe binary
48+
*.pdb binary
49+
*.so binary
7150

72-
# Apply override to all files in the directory
51+
# Apply markdown detection
7352
*.md linguist-detectable
7453

75-
# Fix syntax highlighting on GitHub to allow comments
54+
# VS Code JSON with comments
7655
.vscode/*.json linguist-language=JSON-with-Comments
7756

78-
# Exclude files from exporting
57+
# Exclude from exports
7958
.gitattributes export-ignore
8059
.gitignore export-ignore
81-
.gitkeep export-ignore

Icon.png

56.1 KB
Loading

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"rollForward": "major",
44
"version": "10.0.100"
55
}
6-
}
6+
}

0 commit comments

Comments
 (0)