Skip to content

Commit f077b64

Browse files
committed
feat: prepare alpha release (1.0.0-alpha)
- Update README to alpha release version (simplified for merchants) - Simplify documentation by removing internal sections - Remove internal documentation files - Fix recipient and charge ID validation patterns (lowercase-only, 19 chars) - Add environment configuration templates (.example files) - Update package.json to 1.0.0-alpha - Clean repository for merchant-facing release
1 parent c505ec8 commit f077b64

19 files changed

+384
-636
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ logs/
2121
.env*
2222

2323
# Configuration files (contain sensitive API keys)
24-
config/
24+
# Ignore all files in config/ directory
25+
config/*
26+
# But allow .example template files to be committed
27+
!config/*.example

PR_DESCRIPTION.md

Lines changed: 0 additions & 225 deletions
This file was deleted.

0 commit comments

Comments
 (0)