-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
133 lines (117 loc) · 1.79 KB
/
Copy path.gitignore
File metadata and controls
133 lines (117 loc) · 1.79 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# .personal/ is intentionally TRACKED (not gitignored).
# Each user has a folder named by their email address under .personal/
# (e.g., .personal/darren@neese.us/). Members share notes via git push/pull;
# privacy is by convention. See .personal/README.md and CLAUDE.md.
#
# Exception: each user can opt content out of sharing by putting it in
# their own `private/` subfolder, which IS gitignored. Pattern is per-user
# (not wildcarded) so users opt in explicitly.
.personal/darren@neese.us/private/
.ai-chats/.lookie/
darren.md
cache/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.lnk
# Editor and IDE files
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.idea/
*.swp
*.swo
*.swn
*~
*.sublime-project
*.sublime-workspace
.project
.classpath
.settings/
*.code-workspace
# Environment and secrets
.env
.env.*
!.env.example
!.env.template
*.pem
*.key
*.cert
*.p12
*.pfx
*.jks
# Logs
*.log
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Dependencies (common across stacks)
node_modules/
vendor/
bower_components/
jspm_packages/
.pnp/
.pnp.js
# Build output
dist/
build/
out/
target/
bin/
obj/
*.dll
*.exe
*.o
*.so
*.dylib
# Package manager lock files (uncomment if not needed)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
# Archives
*.zip
*.tar.gz
*.rar
*.7z
# Temp files
tmp/
temp/
*.tmp
*.bak
*.orig
nul
# Coverage and test output
coverage/
.nyc_output/
*.lcov
test-results/
.coverage
htmlcov/
# Docker
.docker/
# Misc
.cache/
.parcel-cache/
.turbo/
.vercel/
.netlify/
.serverless/
*.pid
*.seed
# MemPalace per-project files (issue #185)
mempalace.yaml
entities.json
# Obsidian per-user, volatile layout state
.obsidian/workspace.json
.obsidian/workspace-mobile.json