-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
102 lines (86 loc) · 1.32 KB
/
Copy path.gitignore
File metadata and controls
102 lines (86 loc) · 1.32 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
# DailyStruggleOS private-by-default ignore rules
# Local DailyStruggleOS memory and agent scratch
/.dailystruggleos/STATE.local.md
/.dailystruggleos/*.local.md
/.dailystruggleos/local/
/.dailystruggleos/cache/
/.dailystruggleos/tmp/
/.dailystruggleos/user/
# User-owned private areas
/inbox/**
!/inbox/
!/inbox/README.md
/ideas/**
!/ideas/
!/ideas/README.md
/projects/**
!/projects/
!/projects/README.md
/work/**
!/work/
!/work/README.md
/life/**
!/life/
!/life/README.md
/finance/**
!/finance/
!/finance/README.md
/documents/**
!/documents/
!/documents/README.md
/decisions/**
!/decisions/
!/decisions/README.md
/reviews/**
!/reviews/
!/reviews/README.md
/archive/**
!/archive/
!/archive/README.md
# Public synthetic examples should remain trackable even if a parent workspace
# has broad ignore rules for generic folder names.
!/example/
!/example/**
# Raw, exports, caches, and generated local material
/raw/
/private/
/exports/
/tmp/
/.tmp/
/.cache/
/cache/
/logs/
*.log
*.tmp
*.bak
apps/inbox-swipe/*.local.json
# Secrets and local config
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
*.crt
*.cer
*.secret
*.secrets
secrets/
credentials/
# OS/editor noise
.DS_Store
Thumbs.db
Desktop.ini
.idea/
.vscode/
*.swp
*.swo
# Dependency/build folders if users extend the kit
node_modules/
dist/
build/
.venv/
venv/
__pycache__/
*.pyc