Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Thumbs.db
# Test coverage
coverage/
*.cover
coverage.html

# Temporary files
*.tmp
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A corporate-themed social deduction game where humans must identify a rogue AI h

1. **Clone the repository**
```bash
git clone https://github.com/your-org/alignment.git
git clone https://github.com/xjhc/alignment.git
cd alignment
```

Expand Down
Loading
Loading