diff --git a/.claude/launch.json b/.claude/launch.json deleted file mode 100644 index 44351ec..0000000 --- a/.claude/launch.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "version": "0.0.1", - "configurations": [ - { - "name": "app", - "runtimeExecutable": "npx", - "runtimeArgs": ["serve", "public", "-p", "5500", "--no-clipboard"], - "port": 5500 - }, - { - "name": "server", - "runtimeExecutable": "npm", - "runtimeArgs": ["run", "start:dev"], - "port": 3000 - } - ] -} diff --git a/.gitignore b/.gitignore index a72a7f0..4e65e2d 100644 --- a/.gitignore +++ b/.gitignore @@ -20,9 +20,14 @@ yarn-error.log* coverage/ .nyc_output/ -# OS / editor cruft +# OS / editor / tooling cruft .DS_Store Thumbs.db .idea/ .vscode/ +.claude/ *.swp + +# Binaries / presentations don't belong in a code repo +*.pptx +*.pdf diff --git a/WFM-Time-Tracker-Overview.pptx b/WFM-Time-Tracker-Overview.pptx deleted file mode 100644 index 928a902..0000000 Binary files a/WFM-Time-Tracker-Overview.pptx and /dev/null differ