-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
141 lines (123 loc) · 2.38 KB
/
Copy path.gitignore
File metadata and controls
141 lines (123 loc) · 2.38 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
134
135
136
137
138
139
140
141
*.iml
.kotlin
.gradle
**/build/
xcuserdata
!src/**/build/
local.properties
.idea
.DS_Store
captures
.externalNativeBuild
.cxx
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcodeproj/project.xcworkspace/
!*.xcworkspace/contents.xcworkspacedata
**/xcshareddata/WorkspaceSettings.xcsettings
node_modules/
.claude/
publish-to-maven-central.sh
# ===================================
# Security - Sensitive Files
# ===================================
# Credentials and secrets
CREDENTIALS.md
CREDENTIALS.md.template
signing-key-base64.txt
*.pgp
*.gpg
gpg-revocation-cert.asc
# Deployment and documentation with personal info
DEPLOYMENT.md
DEPLOYMENT_GUIDE.md
# Internal working docs (not shipped with the library)
internal-docs/
docs/internal/
docs/archive/
# Internal documentation (notes for development only)
FIXES_SUMMARY.md
RESEARCH.md
COMPARISON.md
CLAUDE.md
KLIBS_IO_INFO.md
MAVEN_CENTRAL_SETUP.md
PUBLISH_SUMMARY.md
RELEASE_v*_NOTES.md
*_NOTES.md
NOTES.md
TODO.md
PERSONAL_*.md
IMPLEMENTATION_*.md
CRITICAL_WARNINGS.md
SIGNING_SETUP.md
HUONG_DAN_*.md
MAVEN_ARTIFACTS_*.md
sign-and-publish.sh
devto-article.md
rebuild-with-signing.sh
create-maven-bundle*.sh
docs/V2.2.2_TECHNICAL_GUIDE.md
GEMINI.md
# Release process documentation (internal use only)
RELEASE_PROCESS_SUMMARY.md
RELEASE_CHECKLIST.md
docs/MAVEN_CENTRAL_RELEASE_GUIDE.md
kmpworkmanager-*-BUNDLE-README.txt
# Marketing and social media content
SOCIAL_MEDIA_*.md
*_SOCIAL_MEDIA.md
# Internal docs/ files (uppercase filenames)
docs/ROADMAP_*.md
docs/TEST_PLAN.md
docs/EVENT_PERSISTENCE_DESIGN.md
docs/RESEARCH_ANALYSIS.md
docs/V2.1.0_*.md
docs/CODE_REVIEW_*.md
# Deployment bundles
*-bundle.zip
*.bundle.zip
*-bundle.jar
maven-central-artifacts/
maven-bundle-v*/
# Maven artifacts and release packages
MAVEN-ARTIFACTS-README.txt
kmpworkmanager-*-maven-central.zip
kmpworkmanager-v*.zip
# Temporary files
*.log
*.tmp
*.swp
*~
# IDE specific
.vscode/
*.code-workspace
# ===================================
# AI & Personal Workflow
# ===================================
.gemini_security/
tasks/
MEMORY.md
ACT.md
PLAN.md
TEST.md
# Project specific noise
push.apns
demos.xml
view.xml
test-bg-task.sh
# macOS
.AppleDouble
.LSOverride
# Backup files
*.bak
*.backup
# Test reports and results
reports/
test-results/
# Review and implementation summaries
*-IMPLEMENTATION-SUMMARY.md
*-PROFESSIONAL-REVIEW.md
*-COMPREHENSIVE-REVIEW.md
**/bin/