diff --git a/.gitattributes b/.gitattributes index 14a33c8..6377a04 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,11 @@ -* text=auto +* text=auto -*.md text eol=lf -*.yml text eol=lf -*.yaml text eol=lf -*.json text eol=lf +*.md text eol=lf +*.xml text eol=lf +*.yml text eol=lf +*.yaml text eol=lf +*.json text eol=lf -pnpm-lock.yaml text eol=lf linguist-generated +pnpm-lock.yaml text eol=lf linguist-generated + +.run/* linguist-generated diff --git a/.gitignore b/.gitignore index 9041e00..baf2f40 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ .idea/ .vscode/* +!.vscode/extensions.json +!.vscode/launch.json +!.vscode/tasks.json .claude/worktrees/ diff --git a/.prettierignore b/.prettierignore index 4dfd8f9..fbe32c1 100644 --- a/.prettierignore +++ b/.prettierignore @@ -14,4 +14,6 @@ pnpm-lock.yaml .idea/ .vscode/* -.vscode/extensions.json +!.vscode/extensions.json +!.vscode/launch.json +!.vscode/tasks.json diff --git a/.run/format-check.run.xml b/.run/format-check.run.xml new file mode 100644 index 0000000..6eb628b --- /dev/null +++ b/.run/format-check.run.xml @@ -0,0 +1,12 @@ + + + + + +