-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (32 loc) · 774 Bytes
/
Copy path.gitignore
File metadata and controls
44 lines (32 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Rust build artifacts
target/
# Node tooling (changesets lives at the repository root)
node_modules/
# Working state written by the changesets release action
.changeset/prerelease.json
desktop/src-tauri/binaries/*
!desktop/src-tauri/binaries/.gitkeep
# Environment
.env
.env.local
.env.*.local
# Git worktree task dirs (contain a `.git` file; never commit)
.worktrees/
# IDE
.idea/
.vscode/
# OS
.DS_Store
# Logs
*.log
# Reference projects (study-only clones)
ref-projects/
# Personal scratch/misc (never shared)
scratch/
# Task worktree submodules (runtime state, never tracked as gitlinks)
.worktrees/
# Agent runtime memory (junie writes project-local .junie dirs)
.junie/
# Personal drafts / notes (never tracked)
posts/
desktop/src-tauri/.fastembed_cache/