From ef9bb50a0bd359b16c8755b63cdf92ef19e2a6ec Mon Sep 17 00:00:00 2001 From: Igor Karpovich Date: Mon, 8 Dec 2025 07:36:19 +0000 Subject: [PATCH] Add PR template and update gitignore --- .github/pull_request_template.md | 9 +++++++++ .gitignore | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..9947baf --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +## Summary + + +## Changes +- + +## Testing +- [ ] Build passes +- [ ] Lint passes diff --git a/.gitignore b/.gitignore index de4d1f0..5cb9cb0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,10 @@ dist node_modules +.vscode +.env +.DS_Store +.idea +*.log +.tmp +.claude/ +CLAUDE.md \ No newline at end of file