chore: gitignore for zed 7fdd1ae5
Steve · 2025-06-01 23:31 1 file(s) · +19 −0
zed/.gitignore (added) +19 −0
1 +
# Zed editor files
2 +
conversations/**
3 +
embeddings/
4 +
prompts/
5 +
themes/
6 +
7 +
# Temporary files
8 +
.tmp*
9 +
tmp*
10 +
11 +
# Backup files
12 +
*_backup.*
13 +
*_backup/
14 +
15 +
# OS and editor temp files
16 +
.DS_Store
17 +
*.swp
18 +
*.swo
19 +
*~