ItsGoin v0.3.2 — Decentralized social media network
No central server, user-owned data, reverse-chronological feed. Rust core + Tauri desktop + Android app + plain HTML/CSS/JS frontend. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
commit
800388cda4
146 changed files with 53227 additions and 0 deletions
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue