cccb20bd31
- Replace app icon (assets/icon.png) with Avigilon Alta "A" logo - Add Windows .ico version of the icon - Remove Test Connection button from API Connection section - Rename Start/Stop Cookie Proxy buttons to Start/Stop Proxy - Add .claude/ and nul to .gitignore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29 lines
305 B
Plaintext
29 lines
305 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# External executables (not bundled via npm)
|
|
aware-cam-proxy-win.exe
|
|
aware-cam-proxy.exe
|
|
|
|
# Reference documents
|
|
*.pdf
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
Desktop.ini
|
|
.DS_Store
|
|
|
|
# Editor
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Claude Code
|
|
.claude/
|
|
|
|
# Windows null device artifact
|
|
nul
|