-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (49 loc) · 925 Bytes
/
Copy path.gitignore
File metadata and controls
59 lines (49 loc) · 925 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
48
49
50
51
52
53
54
55
56
57
58
59
# Data files (for privacy)
medications.json
medications-test.json
aws-learning-progress.json
test-aws-learning-progress.json
mental-health-data.json
test-mental-health-data.json
# Health tracker data files
sleep-data.json
test-sleep.json
exercise-data.json
test-exercise.json
daily-dashboard-data.json
test-dashboard.json
# Exported health data (but not package files)
*-export.json
wellness-*.json
wellness-*.html
wellness-*.pdf
*-report.pdf
*-report.html
*-report.txt
*-export.csv
test-*.json
test-*.pdf
test-*.html
test-*.csv
# Keep these JSON files
!package.json
!package-lock.json
!jest.config.json
!tsconfig.json
# Node modules
node_modules/
# Test coverage
coverage/
.nyc_output/
# Data directory (generated by tests and app usage)
data/
# Backups (generated by backup-cli)
backups/
# Logs
*.log
# OS files
.DS_Store
Thumbs.db
# Cleanup scripts (temporary)
cleanup-merged-branches.sh
BRANCH_CLEANUP_GUIDE.md