-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (42 loc) · 731 Bytes
/
.gitignore
File metadata and controls
47 lines (42 loc) · 731 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
45
46
47
# Personal and client data (NEVER commit these)
business/memory/clients.md
business/memory/pricing-history.md
business/proposals/
business/contracts/
business/communications/
personal/plan.md
personal/personal-ops.md
personal/inbox.md
personal/health/tracking.md
personal/people/
personal/decisions/
financial/financial-ops.md
financial/checklists/
financial/receipts/
financial/invoices/
financial/tax-prep/
ops/projects/*.md
!ops/projects/example-project.md
ops/business-ops.md
ops/daily/
ops/config/hub-settings.json
# Credentials and secrets
.env
.env.*
*.pem
*.key
credentials.json
# OS files
.DS_Store
Thumbs.db
# Node
node_modules/
package-lock.json
# Editor
.vscode/settings.json
*.swp
*.swo
*~
# Logs
hub/logs/
*.log