zed/.gitignore 185 B raw
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
*~