Files
spary/.gitignore
selcarpa 462f70f35d feat(core): Implements core configuration file generation functionality
- Adds the bootArgs.ts utility module for generating and deleting configuration files
- Integrates configuration file generation and cleanup logic into spary.vue
- Integrates the tauri-plugin-fs plugin to support file system operations
- Adds a Linux system proxy configuration script
2025-10-21 15:37:04 +08:00

62 lines
739 B
Plaintext

# --- Node / Frontend ---
node_modules/
dist/
dist-ssr/
*.local
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
vite-error.log*
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea/
.DS_Store
*.swp
*.swo
# --- Rust / Backend (Tauri) ---
/src-tauri/target/
**/*.rs.bk
# Cargo build artifacts
*.rlib
*.rmeta
*.dSYM/
Cargo.lock
target/
# If you want reproducible builds, remove the line above and commit Cargo.lock
# --- Tauri build outputs ---
/src-tauri/icons/
*.app
*.dmg
*.msi
*.exe
*.deb
*.rpm
*.AppImage
*.tar.gz
*.zip
# --- Environment files ---
.env
.env.*
!.env.example
# --- OS / Misc ---
Thumbs.db
ehthumbs.db
Desktop.ini
# --- Test / Coverage ---
coverage/
*.lcov
.junit/
/cores/