mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 09:19:56 -05:00
35 lines
355 B
Plaintext
35 lines
355 B
Plaintext
# --- Build Artifacts ---
|
|
node_modules/
|
|
dist/
|
|
dist-tauri/
|
|
target/
|
|
bin/
|
|
out/
|
|
|
|
# --- Nix ---
|
|
.direnv/
|
|
result
|
|
result-*
|
|
|
|
# --- Logs ---
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# --- IDEs & OS ---
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.swp
|
|
|
|
# --- Tauri specific ---
|
|
src-tauri/target/
|
|
src-tauri/gen/ |