Prepare repo for public GitHub release
Add README, MIT LICENSE, expanded .gitignore, and updated SVG icon set to make the repository presentable for open-source publication. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e233750b24
commit
9ed275b6c5
11 changed files with 181 additions and 2 deletions
37
.gitignore
vendored
37
.gitignore
vendored
|
|
@ -1,2 +1,37 @@
|
|||
/target
|
||||
# Build artifacts
|
||||
/target/
|
||||
|
||||
# Editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS artifacts
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
# Environment / secrets
|
||||
.env
|
||||
.env.*
|
||||
*.env
|
||||
*.pem
|
||||
*.key
|
||||
*.p12
|
||||
secrets/
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Runtime files
|
||||
*.sock
|
||||
*.pid
|
||||
|
||||
# Claude Code session data
|
||||
.claude/
|
||||
|
||||
# Internal design documents (not for distribution)
|
||||
aster-brief.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue