mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
6a45d1e1b2
- Add comprehensive .gitignore for main repo - Update swingmusic-desktop .gitignore for Rust/Node/Tauri - Update swingmusic-android .gitignore for Android/Gradle builds - Update swingmusic-webclient .gitignore for Node.js/Nuxt - Add src/swingmusic/.gitignore for Python backend Now ignoring: 🚫 Build artifacts (target/, build/, dist/, node_modules/) 🚫 Generated packages (*.apk, *.exe, *.dmg, *.deb, *.rpm) 🚫 IDE files (.idea/, .vscode/, *.swp) 🚫 OS files (.DS_Store, Thumbs.db) 🚫 Logs and temporary files 🚫 Cache directories 🚫 Environment and config files with secrets Keeps repo clean while preserving source code only!