Initial project structure cleanup
This commit is contained in:
+58
@@ -0,0 +1,58 @@
|
||||
# =========================
|
||||
# Node / Frontend
|
||||
# =========================
|
||||
node_modules/
|
||||
dist/
|
||||
build/
|
||||
.vite/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# =========================
|
||||
# Tauri / Rust
|
||||
# =========================
|
||||
src-tauri/target/
|
||||
target/
|
||||
|
||||
# Generated Tauri artifacts
|
||||
src-tauri/gen/
|
||||
|
||||
# =========================
|
||||
# Environment / Secrets
|
||||
# =========================
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# =========================
|
||||
# IDE
|
||||
# =========================
|
||||
.vscode/
|
||||
.idea/
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# =========================
|
||||
# OS
|
||||
# =========================
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# =========================
|
||||
# Tauri local config/cache
|
||||
# =========================
|
||||
src-tauri/.cargo/
|
||||
src-tauri/.rustup/
|
||||
|
||||
# =========================
|
||||
# Temporary exports/logs
|
||||
# =========================
|
||||
exports/
|
||||
logs/
|
||||
*.tmp
|
||||
Reference in New Issue
Block a user