itsgoin/.gitignore
Scott Reimers aa9502db77 Add build-appimage.sh and deploy.sh automation scripts
build-appimage.sh: builds AppImage + patches out MSDK/VA GStreamer plugins
deploy.sh: full build + sign + upload + anchor swap. Credentials loaded
from .deploy-creds (gitignored).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-19 16:01:34 -04:00

35 lines
338 B
Text

# Build artifacts
/target/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Node modules (if any)
node_modules/
# Test data
/tmp/
*.db
*.db-wal
*.db-shm
# Keys and credentials (never commit)
identity.key
*.keystore
*.apk
*.apk.idsig
*.AppImage
*pass*.txt
CLAUDE.md
# Nextcloud sync
.sync-exclude.lst
*.zip
.deploy-creds