Skip to content

Commit 78b1577

Browse files
committed
chore: remove empty placeholder example folders
offchain-account-ownership/ and streaming-payments/ contained only a .gitignore (no example content). Remove them and their references in the root README.md and CLAUDE.md project structure. Also gitignore the .playwright-mcp/ tool-artifact directory so it stays out of the repo.
1 parent ca44b3b commit 78b1577

5 files changed

Lines changed: 1 addition & 27 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ target
22
.DS_Store
33
ivc
44
node_modules
5+
.playwright-mcp

CLAUDE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ aztec-examples/
3838
│ ├── tests/ # Vitest integration test suite
3939
│ └── data.json # Generated proof data (created by `yarn data`)
4040
├── test-wallet-webapp/ # Vite/React app: embedded wallet + deploy + tx
41-
├── offchain-account-ownership/ # Placeholder for an upcoming example
42-
├── streaming-payments/ # Placeholder for an upcoming example
4341
└── .github/workflows/ # CI: one *-tests.yml per tested example
4442
```
4543

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ Verifying Noir UltraHonk proofs _inside_ an Aztec contract: off-chain proof gene
4242

4343
A minimal Vite/React app that connects to an embedded Aztec wallet/PXE, creates an initializerless Schnorr account, deploys a contract, and sends transactions.
4444

45-
> `offchain-account-ownership/` and `streaming-payments/` are placeholders for upcoming examples.
46-
4745
## Quick Start
4846

4947
### Install Aztec Tools

offchain-account-ownership/.gitignore

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

streaming-payments/.gitignore

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

0 commit comments

Comments
 (0)