-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathgitignore
More file actions
77 lines (63 loc) · 1.14 KB
/
Copy pathgitignore
File metadata and controls
77 lines (63 loc) · 1.14 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# vim ft=gitignore
.DS_Store
*.sw[nop]
.bundle
.env
.envrc
db/*.sqlite3
log/*.log
rerun.txt
tags
tags.lock
tags.temp
!tags/
tmp/**/*
!tmp/cache/.keep
Session.vim
.cadre
vendor/bundle
deps/
*.beam
_build/
.tern-port
.tern-project
.elixir_ls/
.elixir-tools/
.vscode/
.mix_tasks
target/
.exercism/
node_modules
.ruby-lsp/
# used to store cache like checksums and timestamps used by Taskfile
.task/
# ignore local settings files
.claude/*.local.json
**/*/.claude/*.local.json
CLAUDE.local.md
.codex/
.linear.toml
config/zed/conversations
config/zed/embeddings
config/zed/prompts
config/zed/.tmp*
config/zed/*_backup.*
# always ignore EtherSync dir - it may contain sensitive data
.ethersync/
# ignore elixir official LSP files
.expert/
mise.local.toml
fnox.local.toml
# ignore workmux config files globally for commercial projects
.workmux.yaml
# ignore herdr worktree config (custom homebrewed thing)
.herdr-worktree.yaml
# ignore sprite config files globally
.sprite
# ignore local implementation plans in project roots
.plans/
.dexter.db*
# ignore playwright's logs dir that gets created each time the mcp
# is used
.playwright-mcp
**/.claude/.cc-writes/