-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore.template
More file actions
93 lines (79 loc) · 1.08 KB
/
.gitignore.template
File metadata and controls
93 lines (79 loc) · 1.08 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
# Dependencies
node_modules/
package-lock.json
.npm/
# Build output
public/
.build-meta.json
/build/
/dist/
/output/
/temp/
*.pdf
*.epub
*.mobi
# Metadata reports
build-metadata-*.csv
build-metadata-*.json
build-report-*.json
# Metadata reports
build-metadata-*.csv
build-metadata-*.json
build-report-*.json
# Validation reports
validation-reports/
# Version management (keep version-config.json but ignore comparisons)
version-comparisons/
# OS files
.DS_Store
Thumbs.db
Desktop.ini
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
*.log
npm-debug.log*
# Environment and Configuration
.env
.env.local
.deploy-config.json
# Temporary files
*.tmp
*.temp
temp-review/
.cache/
# Private and sensitive content
secrets/
private/
*.key
*.pem
*.cert
*.crt
.secrets
.private
draft.md
notes.md
instructor.md
private.md
confidential.md
.confidential/
# Backup files that might contain sensitive data
*.bak
*.backup
*~
# Security and credential files
.ssh/
.aws/
.gcp/
credentials.json
service-account.json
# GitHub Pages
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
src/.safeguard-report.json