# OS / editor .DS_Store Thumbs.db .idea/ .vscode/ # Logs *.log logs/ # Environment and local secrets .env .env.* !.env.example config/local.json **/config/local.json **/local.json # Node / Electron node_modules/ **/node_modules/ smqjh-admin-agent/appConfig.js dist/ **/dist/ release/ **/release/ out/ **/out/ # Java / Maven target/ **/target/ # Runtime caches .cache/ **/.cache/ .vite/ **/.vite/ # Temporary files *.tmp *.temp *.bak ~$*