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